.
I also changed on my MAMP the Apache port number from 8888 to 8080.
Any help will be appreciated in order to understand if OpenKm can also run on Mac.
Code: Select all=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Applications/MAMP/htdocs/openkm
JAVA: java
JAVA_OPTS: -Dprogram.name=run.sh -Xms256m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=128m -Djava.awt.headless=true
CLASSPATH: /Applications/MAMP/htdocs/openkm/bin/run.jar
=========================================================================
16:36:28,369 INFO [Server] Starting JBoss (MX MicroKernel)...
16:36:28,370 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
16:36:28,371 INFO [Server] Home Dir: /Applications/MAMP/htdocs/openkm
16:36:28,371 INFO [Server] Home URL: file:/Applications/MAMP/htdocs/openkm/
16:36:28,372 INFO [Server] Patch URL: null
16:36:28,372 INFO [Server] Server Name: default
16:36:28,372 INFO [Server] Server Home Dir: /Applications/MAMP/htdocs/openkm/server/default
16:36:28,373 INFO [Server] Server Home URL: file:/Applications/MAMP/htdocs/openkm/server/default/
16:36:28,373 INFO [Server] Server Log Dir: /Applications/MAMP/htdocs/openkm/server/default/log
16:36:28,373 INFO [Server] Server Temp Dir: /Applications/MAMP/htdocs/openkm/server/default/tmp
16:36:28,373 INFO [Server] Root Deployment Filename: jboss-service.xml
16:36:28,820 INFO [ServerInfo] Java version: 1.6.0_20,Apple Inc.
16:36:28,821 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279,Apple Inc.
16:36:28,821 INFO [ServerInfo] OS-System: Mac OS X 10.6.4,x86_64
16:36:29,390 INFO [Server] Core system initialized
16:36:31,806 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
16:36:31,808 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
16:36:35,434 INFO [EJB3Deployer] Starting java:comp multiplexer
16:36:37,634 INFO [NativeServerConfig] JBoss Web Services - Native
16:36:37,634 INFO [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
16:36:38,461 INFO [Embedded] Catalina naming disabled
16:36:38,602 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
16:36:38,650 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
16:36:38,650 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:36:38,651 INFO [Catalina] Initialization processed in 189 ms
16:36:38,651 INFO [StandardService] Starting service jboss.web
16:36:38,662 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
16:36:38,705 INFO [Catalina] Server startup in 54 ms
16:36:38,871 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
16:36:39,439 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
16:36:39,587 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
16:36:39,676 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
16:36:40,328 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
16:36:40,849 INFO [MailService] Mail Service bound to java:/Mail
16:36:40,849 INFO [STDOUT] DEBUG: JavaMail version 1.4ea
16:36:40,850 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/javamail.providers (No such file or directory)
16:36:40,850 INFO [STDOUT] DEBUG: !anyLoaded
16:36:40,850 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers
16:36:40,851 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
16:36:40,851 INFO [STDOUT] DEBUG: Tables of loaded providers
16:36:40,851 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]}
16:36:40,852 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]}
16:36:40,852 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
16:36:40,852 INFO [STDOUT] DEBUG: !anyLoaded
16:36:40,853 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map
16:36:40,853 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/javamail.address.map (No such file or directory)
16:36:40,853 INFO [MailService] Mail Service bound to java:/mail/OpenKM
16:36:40,989 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
16:36:41,016 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
16:36:41,045 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
16:36:41,101 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
16:36:41,158 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
16:36:41,183 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
16:36:41,231 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
16:36:41,237 INFO [QuartzResourceAdapter] start quartz!!!
16:36:41,311 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
16:36:41,328 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
16:36:41,331 INFO [RAMJobStore] RAMJobStore initialized.
16:36:41,331 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
16:36:41,331 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
16:36:41,331 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
16:36:41,937 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
16:36:42,220 INFO [A] Bound to JNDI name: queue/A
16:36:42,221 INFO [B] Bound to JNDI name: queue/B
16:36:42,222 INFO [C] Bound to JNDI name: queue/C
16:36:42,224 INFO [D] Bound to JNDI name: queue/D
16:36:42,225 INFO [ex] Bound to JNDI name: queue/ex
16:36:42,238 INFO [testTopic] Bound to JNDI name: topic/testTopic
16:36:42,240 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
16:36:42,241 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
16:36:42,243 INFO [testQueue] Bound to JNDI name: queue/testQueue
16:36:42,274 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
16:36:42,301 INFO [DLQ] Bound to JNDI name: queue/DLQ
16:36:42,437 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
16:36:42,670 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OpenKMDS' to JNDI name 'java:OpenKMDS'
16:36:49,810 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMWorkflow
16:36:49,811 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMNote
16:36:49,813 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMPropertyGroup
16:36:49,814 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMFolder
16:36:49,815 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMNotification
16:36:49,816 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMAuth
16:36:49,817 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMMail
16:36:49,818 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMDocument
16:36:49,819 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMSearch
16:36:49,821 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMTest
16:36:49,822 INFO [DefaultEndpointRegistry] register: jboss.ws:context=OpenKM,endpoint=OKMRepository
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.RepositoryStartupServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.WebdavServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: org.jbpm.web.ProcessUploadServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMWorkspaceServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMDocumentServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMAuthServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMRepositoryServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMFolderServlet
16:36:49,973 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMPropertyGroupServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMDownloadServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMDashboardServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMGeneralServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMNotifyServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMWorkflowServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMSearchServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMFileUploadServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMBookmarkServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMMailServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMThesaurusServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMPropertyServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMChatServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMUserConfigServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.frontend.server.OKMNoteServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.mobi.HandlerServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.SyndicationServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.MimeIconServlet
16:36:49,974 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.TextToSpeechServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.StatsGraphServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositoryBackupServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.WorkflowGraphServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RegisterWorkflowServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ReportServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.BenchmarkServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.LogCatServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositoryViewServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.DatabaseQueryServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.AuthServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.PropertyGroupsServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ActivityLogServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.LoggedUsersServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.MailAccountServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.TwitterAccountServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.WorkflowServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.MimeTypeServlet
16:36:49,975 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ProfileServlet
16:36:49,976 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.UserConfigServlet
16:36:49,976 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.ActiveSessionsServlet
16:36:49,976 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.RepositorySearchServlet
16:36:49,976 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.admin.CheckEmailServlet
16:36:49,976 INFO [DefaultWebAppDesciptorModifierImpl] Ignore servlet: com.openkm.servlet.TestServlet
16:36:50,015 INFO [TomcatDeployer] deploy, ctxPath=/OpenKM, warUrl=.../tmp/deploy/tmp7225913450118484417OpenKM-exp.war/
16:36:50,822 INFO [RepositoryImpl] Starting repository...
16:36:50,834 INFO [LocalFileSystem] LocalFileSystem initialized at path /Applications/MAMP/htdocs/openkm/repository/repository
16:36:51,028 INFO [LocalFileSystem] LocalFileSystem initialized at path /Applications/MAMP/htdocs/openkm/repository/version
16:36:51,729 INFO [ConnectionRecoveryManager] Database: Apache Derby / 10.2.1.6 - (452058)
16:36:51,729 INFO [ConnectionRecoveryManager] Driver: Apache Derby Embedded JDBC Driver / 10.2.1.6 - (452058)
16:36:52,435 INFO [RepositoryImpl] initializing workspace 'default'...
16:36:52,436 INFO [LocalFileSystem] LocalFileSystem initialized at path /Applications/MAMP/htdocs/openkm/repository/workspaces/default
16:36:52,541 INFO [ConnectionRecoveryManager] Database: Apache Derby / 10.2.1.6 - (452058)
16:36:52,541 INFO [ConnectionRecoveryManager] Driver: Apache Derby Embedded JDBC Driver / 10.2.1.6 - (452058)
16:36:53,107 INFO [SearchIndex] Index initialized: /Applications/MAMP/htdocs/openkm/repository/repository/index Version: 3
16:36:53,216 INFO [SearchIndex] Index initialized: /Applications/MAMP/htdocs/openkm/repository/workspaces/default/index Version: 3
16:36:53,216 INFO [RepositoryImpl] workspace 'default' initialized
16:36:53,216 INFO [RepositoryImpl] Repository started
16:36:53,225 INFO [SimpleSecurityManager] init: using JAAS LoginModule configuration for OpenKM
16:36:53,257 INFO [RepositoryImpl] SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
16:36:59,176 WARN [RepositoryStartupServlet] Unable to read script: /Applications/MAMP/htdocs/openkm/start.bsh
16:36:59,177 WARN [RepositoryStartupServlet] Unable to read jar: /Applications/MAMP/htdocs/openkm/start.jar
16:36:59,200 INFO [SimpleWebdavServlet] resource-path-prefix = '/repository'
16:36:59,200 INFO [SimpleWebdavServlet] WWW-Authenticate header = 'Basic realm="OpenKM Webdav Server"'
16:37:04,839 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMWorkflowService1222002914409902924.wsdl
16:37:04,844 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMNoteService413634462386133341.wsdl
16:37:04,850 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMPropertyGroupService5041888600478707981.wsdl
16:37:04,873 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMFolderService7871308753744117840.wsdl
16:37:04,877 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMNotificationService6754711843210385855.wsdl
16:37:04,881 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMAuthService5528320786173431833.wsdl
16:37:04,886 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMMailService1055312723092477056.wsdl
16:37:04,896 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMDocumentService902026684989842386.wsdl
16:37:04,905 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMSearchService8453534695305798602.wsdl
16:37:04,907 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMTestService5416826135788000421.wsdl
16:37:04,911 INFO [WSDLFilePublisher] WSDL published to: file:/Applications/MAMP/htdocs/openkm/server/default/data/wsdl/OpenKM.war/OKMRepositoryService6999450834899031008.wsdl
16:37:05,109 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
16:37:05,342 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
16:37:05,366 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:37:05,422 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 37s:47ms