Thank you jillort! I solved my email problem now..
I tried to re-config the file, however, there are another problem exist..
Code: Select all=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/jboss-4.2.3.GA
JAVA: java
JAVA_OPTS: -Dprogram.name=run.sh -Xms256m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=128m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
CLASSPATH: /opt/jboss-4.2.3.GA/bin/run.jar
=========================================================================
13:14:06,062 INFO [Server] Starting JBoss (MX MicroKernel)...
13:14:06,063 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
13:14:06,063 INFO [Server] Home Dir: /opt/jboss-4.2.3.GA
13:14:06,063 INFO [Server] Home URL: file:/opt/jboss-4.2.3.GA/
13:14:06,064 INFO [Server] Patch URL: null
13:14:06,064 INFO [Server] Server Name: default
13:14:06,064 INFO [Server] Server Home Dir: /opt/jboss-4.2.3.GA/server/default
13:14:06,064 INFO [Server] Server Home URL: file:/opt/jboss-4.2.3.GA/server/default/
13:14:06,064 INFO [Server] Server Log Dir: /opt/jboss-4.2.3.GA/server/default/log
13:14:06,064 INFO [Server] Server Temp Dir: /opt/jboss-4.2.3.GA/server/default/tmp
13:14:06,065 INFO [Server] Root Deployment Filename: jboss-service.xml
13:14:06,234 INFO [ServerInfo] Java version: 1.6.0,Sun Microsystems Inc.
13:14:06,234 INFO [ServerInfo] Java VM: OpenJDK Server VM 1.6.0-b09,Sun Microsystems Inc.
13:14:06,234 INFO [ServerInfo] OS-System: Linux 2.6.18-164.el5PAE,i386
13:14:06,458 INFO [Server] Core system initialized
13:14:07,862 INFO [WebService] Using RMI server codebase: http://sun.locuslearning.com:8083/
13:14:07,864 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
13:14:09,960 INFO [EJB3Deployer] Starting java:comp multiplexer
13:14:11,443 INFO [NativeServerConfig] JBoss Web Services - Native
13:14:11,444 INFO [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
13:14:11,969 INFO [Embedded] Catalina naming disabled
13:14:12,060 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
13:14:12,100 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
13:14:12,100 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
13:14:12,101 INFO [Catalina] Initialization processed in 131 ms
13:14:12,101 INFO [StandardService] Starting service jboss.web
13:14:12,102 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
13:14:12,151 INFO [Catalina] Server startup in 50 ms
13:14:12,217 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
13:14:12,547 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
13:14:12,619 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
13:14:12,669 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
13:14:13,055 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
13:14:13,328 INFO [MailService] Mail Service bound to java:/Mail
13:14:13,329 INFO [STDOUT] DEBUG: JavaMail version 1.4ea
13:14:13,329 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/javamail.providers (No such file or directory)
13:14:13,330 INFO [STDOUT] DEBUG: !anyLoaded
13:14:13,330 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers
13:14:13,330 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
13:14:13,330 INFO [STDOUT] DEBUG: Tables of loaded providers
13:14:13,331 INFO [STDOUT] DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
13:14:13,331 INFO [STDOUT] DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
13:14:13,331 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
13:14:13,331 INFO [STDOUT] DEBUG: !anyLoaded
13:14:13,331 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map
13:14:13,332 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/javamail.address.map (No such file or directory)
13:14:13,332 INFO [MailService] Mail Service bound to java:/mail/OpenKM
13:14:13,405 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
13:14:13,423 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
13:14:13,437 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
13:14:13,452 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
13:14:13,481 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
13:14:13,496 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
13:14:13,515 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
13:14:13,520 INFO [QuartzResourceAdapter] start quartz!!!
13:14:13,561 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
13:14:13,575 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:14:13,577 INFO [RAMJobStore] RAMJobStore initialized.
13:14:13,577 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
13:14:13,577 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:14:13,577 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:14:13,937 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
13:14:14,105 INFO [A] Bound to JNDI name: queue/A
13:14:14,106 INFO [B] Bound to JNDI name: queue/B
13:14:14,107 INFO [C] Bound to JNDI name: queue/C
13:14:14,108 INFO [D] Bound to JNDI name: queue/D
13:14:14,109 INFO [ex] Bound to JNDI name: queue/ex
13:14:14,121 INFO [testTopic] Bound to JNDI name: topic/testTopic
13:14:14,123 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
13:14:14,124 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
13:14:14,126 INFO [testQueue] Bound to JNDI name: queue/testQueue
13:14:14,154 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
13:14:14,175 INFO [DLQ] Bound to JNDI name: queue/DLQ
13:14:14,240 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
13:14:14,806 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OpenKMDS' to JNDI name 'java:OpenKMDS'
13:14:17,953 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMNote
13:14:17,955 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMWorkflow
13:14:17,955 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMPropertyGroup
13:14:17,956 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMFolder
13:14:17,957 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMNotification
13:14:17,959 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMProperty
13:14:17,960 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMAuth
13:14:17,962 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMMail
13:14:17,963 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMDocument
13:14:17,964 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMSearch
13:14:17,964 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMTest
13:14:17,965 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMRepository
13:14:17,965 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMBookmark
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.RepositoryStartupServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.WebdavServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: org.jbpm.web.ProcessUploadServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMWorkspaceServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMDocumentServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMAuthServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMRepositoryServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMFolderServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMPropertyGroupServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMDownloadServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMDashboardServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMGeneralServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMNotifyServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMWorkflowServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMSearchServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMFileUploadServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMBookmarkServlet
13:14:18,035 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMMailServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMThesaurusServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMPropertyServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMChatServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMUserConfigServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMNoteServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.mobi.HandlerServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.SyndicationServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.MimeIconServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.TextToSpeechServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.StatsGraphServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositoryBackupServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositoryCheckerServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.WorkflowGraphServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RegisterWorkflowServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ReportServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.CronTabServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.BenchmarkServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.LogCatServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositoryViewServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.DatabaseQueryServlet
13:14:18,036 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.AuthServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.PropertyGroupsServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ActivityLogServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.LoggedUsersServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.MailAccountServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.TwitterAccountServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.WorkflowServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.MimeTypeServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ProfileServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.UserConfigServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ActiveSessionsServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositorySearchServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.CheckEmailServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.extension.OKMStaplingServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.extension.StaplingDownloadServlet
13:14:18,037 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.TestServlet
13:14:18,074 INFO [TomcatDeployer] deploy, ctxPath=/OpenKM, warUrl=.../tmp/deploy/tmp5186368372034788724OpenKM-exp.war/
13:14:18,654 INFO [RepositoryImpl] Starting repository...
13:14:18,666 INFO [LocalFileSystem] LocalFileSystem initialized at path /opt/jboss-4.2.3.GA/repository/repository
13:14:18,800 INFO [LocalFileSystem] LocalFileSystem initialized at path /opt/jboss-4.2.3.GA/repository/version
13:14:21,902 INFO [ConnectionRecoveryManager] Database: Apache Derby / 10.5.3.0 - (802917)
13:14:21,902 INFO [ConnectionRecoveryManager] Driver: Apache Derby Embedded JDBC Driver / 10.5.3.0 - (802917)
13:14:22,402 INFO [RepositoryImpl] initializing workspace 'default'...
13:14:22,402 INFO [LocalFileSystem] LocalFileSystem initialized at path /opt/jboss-4.2.3.GA/repository/workspaces/default
13:14:22,418 INFO [ConnectionRecoveryManager] Database: Apache Derby / 10.5.3.0 - (802917)
13:14:22,418 INFO [ConnectionRecoveryManager] Driver: Apache Derby Embedded JDBC Driver / 10.5.3.0 - (802917)
13:14:22,917 INFO [SearchIndex] Index initialized: /opt/jboss-4.2.3.GA/repository/repository/index Version: 3
13:14:23,001 INFO [SearchIndex] Index initialized: /opt/jboss-4.2.3.GA/repository/workspaces/default/index Version: 3
13:14:23,001 INFO [RepositoryImpl] workspace 'default' initialized
13:14:23,001 INFO [RepositoryImpl] Repository started
13:14:23,009 INFO [SimpleSecurityManager] init: using JAAS LoginModule configuration for OpenKM
13:14:23,014 INFO [RepositoryImpl] SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
13:14:26,668 WARN [RepositoryStartupServlet] invalid officeHome: it doesn't contain soffice.bin: /usr/lib/openoffice.org
java.lang.IllegalStateException: invalid officeHome: it doesn't contain soffice.bin: /usr/lib/openoffice.org
at org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.buildOfficeManager(DefaultOfficeManagerConfiguration.java:119)
at com.openkm.util.DocConverter.getInstance(DocConverter.java:97)
at com.openkm.servlet.RepositoryStartupServlet.init(RepositoryStartupServlet.java:212)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4071)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4375)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy44.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy45.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:636)
13:14:26,670 WARN [ExecutionUtils] Unable to read script: /opt/jboss-4.2.3.GA/start.bsh
13:14:26,670 WARN [ExecutionUtils] Unable to read jar: /opt/jboss-4.2.3.GA/start.jar
13:14:26,694 INFO [SimpleWebdavServlet] resource-path-prefix = '/repository'
13:14:26,694 INFO [SimpleWebdavServlet] WWW-Authenticate header = 'Basic realm="OpenKM Webdav Server"'
13:14:30,546 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMNoteService394284517267247313.wsdl
13:14:30,558 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMWorkflowService8894962375182933120.wsdl
13:14:30,564 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMPropertyGroupService4483224573726676734.wsdl
13:14:30,567 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMFolderService6594691638314483715.wsdl
13:14:30,570 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMNotificationService8080694048583612965.wsdl
13:14:30,572 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMPropertyService1638170843003328382.wsdl
13:14:30,575 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMAuthService3123712786444340383.wsdl
13:14:30,579 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMMailService857766669182471822.wsdl
13:14:30,587 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMDocumentService7703551413670493520.wsdl
13:14:30,592 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMSearchService5737977473281966523.wsdl
13:14:30,594 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMTestService662399122066867906.wsdl
13:14:30,597 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMRepositoryService202325399171407410.wsdl
13:14:30,600 INFO [WSDLFilePublisher] WSDL published to: file:/opt/jboss-4.2.3.GA/server/default/data/wsdl/OpenKM.war/OKMBookmarkService5963069519676063183.wsdl
13:14:30,950 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
13:14:31,123 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
13:14:31,140 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
13:14:31,242 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 25s:176ms
13:16:04,959 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
13:16:05,192 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth false
13:16:05,192 INFO [STDOUT] DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 465, isSSL false
13:16:17,176 INFO [Server] Shutting down the server, blockingShutdown: false
13:16:17,177 INFO [Server] Server exit(0) called
13:16:17,187 INFO [Server] Runtime shutdown hook called, forceHalt: true
13:16:17,187 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
13:16:17,199 INFO [TomcatDeployer] undeploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
13:16:17,236 INFO [TomcatDeployer] undeploy, ctxPath=/OpenKM, warUrl=.../tmp/deploy/tmp5186368372034788724OpenKM-exp.war/
13:16:17,240 INFO [StandardWrapper] Waiting for 1 instance(s) to be deallocated
13:16:18,260 INFO [StandardWrapper] Waiting for 1 instance(s) to be deallocated
13:16:19,280 INFO [StandardWrapper] Waiting for 1 instance(s) to be deallocated
13:16:19,398 INFO [RepositoryImpl] Shutting down repository...
13:16:19,407 INFO [IndexMerger] IndexMerger terminated
13:16:19,427 INFO [SearchIndex] Index closed: /opt/jboss-4.2.3.GA/repository/repository/index
13:16:19,428 INFO [RepositoryImpl] shutting down workspace 'default'...
13:16:19,429 INFO [ObservationDispatcher] Notification of EventListeners stopped.
13:16:19,430 INFO [IndexMerger] IndexMerger terminated
13:16:19,445 INFO [SearchIndex] Index closed: /opt/jboss-4.2.3.GA/repository/workspaces/default/index
13:16:19,489 INFO [DerbyPersistenceManager] Database '/opt/jboss-4.2.3.GA/repository/workspaces/default/db' shutdown.
13:16:19,490 INFO [RepositoryImpl] workspace 'default' has been shutdown
13:16:19,505 INFO [DerbyPersistenceManager] Database '/opt/jboss-4.2.3.GA/repository/version/db' shutdown.
13:16:19,519 INFO [RepositoryImpl] Repository has been shutdown
13:16:19,519 WARN [ExecutionUtils] Unable to read script: /opt/jboss-4.2.3.GA/stop.bsh
13:16:19,520 WARN [ExecutionUtils] Unable to read jar: /opt/jboss-4.2.3.GA/stop.jar
13:16:19,940 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMNote
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMWorkflow
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMPropertyGroup
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMFolder
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMNotification
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMProperty
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMAuth
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMMail
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMDocument
13:16:19,944 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMSearch
13:16:19,945 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMTest
13:16:19,945 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMRepository
13:16:19,945 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=OpenKM,endpoint=OKMBookmark
13:16:20,029 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OpenKMDS' from JNDI name 'java:OpenKMDS'
13:16:20,644 INFO [HypersonicDatabase] Database standalone closed clean
13:16:20,655 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' from JNDI name 'java:JmsXA'
13:16:20,698 INFO [testTopic] Unbinding JNDI name: topic/testTopic
13:16:20,703 INFO [securedTopic] Unbinding JNDI name: topic/securedTopic
13:16:20,703 INFO [testDurableTopic] Unbinding JNDI name: topic/testDurableTopic
13:16:20,703 INFO [testQueue] Unbinding JNDI name: queue/testQueue
13:16:20,706 INFO [A] Unbinding JNDI name: queue/A
13:16:20,707 INFO [B] Unbinding JNDI name: queue/B
13:16:20,707 INFO [C] Unbinding JNDI name: queue/C
13:16:20,707 INFO [D] Unbinding JNDI name: queue/D
13:16:20,708 INFO [ex] Unbinding JNDI name: queue/ex
13:16:20,709 INFO [DLQ] Unbinding JNDI name: queue/DLQ
13:16:20,717 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'java:DefaultDS'
13:16:21,529 INFO [HypersonicDatabase] Database standalone closed clean
13:16:21,553 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
13:16:21,553 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
13:16:21,559 INFO [SimpleThreadPool] There are still 36 worker threads active. See javadoc runInThread(Runnable) for a possible explanation
13:16:21,559 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
13:16:21,578 INFO [MailService] Mail service 'java:/mail/OpenKM' removed from JNDI
13:16:21,578 INFO [MailService] Mail service 'java:/Mail' removed from JNDI
13:16:21,582 INFO [TomcatDeployer] undeploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
13:16:21,609 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8080
13:16:21,609 INFO [AjpProtocol] Pausing Coyote AJP/1.3 on ajp-0.0.0.0-8009
13:16:22,611 INFO [StandardService] Stopping service jboss.web
13:16:22,640 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080
13:16:22,641 INFO [AjpProtocol] Stopping Coyote AJP/1.3 on ajp-0.0.0.0-8009
13:16:22,644 INFO [TomcatDeployer] undeploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
13:16:22,644 INFO [TomcatDeployer] undeploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
13:16:22,645 INFO [TomcatDeployer] undeploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
13:16:22,646 INFO [TomcatDeployer] undeploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
13:16:22,762 INFO [Server] Shutdown complete
Shutdown complete
Halting VM