• Source code installation on Windows

  • Problems with installing OpenKM? No problemo, the solution is closer than you think.
Problems with installing OpenKM? No problemo, the solution is closer than you think.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #10725  by jllort
 
http://wiki.openkm.com/index.php/Config ... in_Eclipse

In the java view. At bottom there's a tab called server, can be added there. Better if you use 4.x thatn 5.x
Normally then I use default debug icon that comes by default with eclipse ( I talk about debug if you want to start on debug mode, or you can run normally with play icon ), first time must be select from popup table list.
 #10726  by alexnegrila
 
I've done what you suggested and this shows in the console:
Code: Select all
12:58:45,110 INFO  [Server] Starting JBoss (MX MicroKernel)...
12:58:45,111 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
12:58:45,112 INFO  [Server] Home Dir: E:\jboss-4.2.3.GA
12:58:45,112 INFO  [Server] Home URL: file:/E:/jboss-4.2.3.GA/
12:58:45,113 INFO  [Server] Patch URL: null
12:58:45,113 INFO  [Server] Server Name: default
12:58:45,113 INFO  [Server] Server Home Dir: E:\jboss-4.2.3.GA\server\default
12:58:45,113 INFO  [Server] Server Home URL: file:/E:/jboss-4.2.3.GA/server/default/
12:58:45,113 INFO  [Server] Server Log Dir: E:\jboss-4.2.3.GA\server\default\log
12:58:45,142 INFO  [Server] Server Temp Dir: E:\jboss-4.2.3.GA\server\default\tmp
12:58:45,143 INFO  [Server] Root Deployment Filename: jboss-service.xml
12:58:45,383 INFO  [ServerInfo] Java version: 1.6.0_21,Sun Microsystems Inc.
12:58:45,383 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 17.0-b17,Sun Microsystems Inc.
12:58:45,383 INFO  [ServerInfo] OS-System: Windows 7 6.1,x86
12:58:45,676 INFO  [Server] Core system initialized
12:58:47,672 INFO  [WebService] Using RMI server codebase: http://localhost:8083/
12:58:47,673 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
12:58:50,235 INFO  [EJB3Deployer] Starting java:comp multiplexer
12:58:52,669 INFO  [NativeServerConfig] JBoss Web Services - Native
12:58:52,669 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
12:58:53,589 INFO  [Embedded] Catalina naming disabled
12:58:53,805 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Java\jdk1.6.0_21\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Java\jdk1.6.0_21\jre\bin;native
12:58:53,854 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
12:58:53,856 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
12:58:53,856 INFO  [Catalina] Initialization processed in 265 ms
12:58:53,856 INFO  [StandardService] Starting service jboss.web
12:58:53,858 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
12:58:53,898 INFO  [Catalina] Server startup in 42 ms
12:58:54,006 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
12:58:54,788 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
12:58:54,895 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
12:58:54,964 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
12:58:55,531 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
12:58:56,035 INFO  [MailService] Mail Service bound to java:/Mail
12:58:56,036 INFO  [STDOUT] DEBUG: JavaMail version 1.4ea
12:58:56,036 INFO  [STDOUT] DEBUG: successfully loaded file: C:\Java\jdk1.6.0_21\jre\lib\javamail.providers
12:58:56,037 INFO  [STDOUT] DEBUG: !anyLoaded
12:58:56,037 INFO  [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers
12:58:56,038 INFO  [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
12:58:56,038 INFO  [STDOUT] DEBUG: Tables of loaded providers
12:58:56,038 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]}
12:58:56,038 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]}
12:58:56,038 INFO  [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
12:58:56,039 INFO  [STDOUT] DEBUG: !anyLoaded
12:58:56,039 INFO  [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map
12:58:56,039 INFO  [STDOUT] DEBUG: successfully loaded file: C:\Java\jdk1.6.0_21\jre\lib\javamail.address.map
12:58:56,039 INFO  [MailService] Mail Service bound to java:/mail/OpenKM
12:58:56,234 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
12:58:56,260 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
12:58:56,276 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
12:58:56,294 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
12:58:56,324 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
12:58:56,343 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
12:58:56,375 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
12:58:56,383 INFO  [QuartzResourceAdapter] start quartz!!!
12:58:56,453 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
12:58:56,486 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
12:58:56,489 INFO  [RAMJobStore] RAMJobStore initialized.
12:58:56,489 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
12:58:56,489 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
12:58:56,489 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
12:58:57,672 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
12:58:57,946 INFO  [A] Bound to JNDI name: queue/A
12:58:57,947 INFO  [B] Bound to JNDI name: queue/B
12:58:57,948 INFO  [C] Bound to JNDI name: queue/C
12:58:57,948 INFO  [D] Bound to JNDI name: queue/D
12:58:57,949 INFO  [ex] Bound to JNDI name: queue/ex
12:58:57,965 INFO  [testTopic] Bound to JNDI name: topic/testTopic
12:58:57,966 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
12:58:57,966 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
12:58:57,969 INFO  [testQueue] Bound to JNDI name: queue/testQueue
12:58:58,014 INFO  [UILServerILService] JBossMQ UIL service available at : localhost/127.0.0.1:8093
12:58:58,057 INFO  [DLQ] Bound to JNDI name: queue/DLQ
12:58:58,182 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
12:58:58,550 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=OpenKMDS' to JNDI name 'java:OpenKMDS'
12:58:58,573 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
12:58:58,665 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@4dd966ed { url=file:/E:/jboss-4.2.3.GA/server/default/deploy/OpenKM.war.lnk }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/E:/jboss-4.2.3.GA/server/default/deploy/OpenKM.war.lnk
  altDD: null
  lastDeployed: 1303466338663
  lastModified: 1303466338663
  mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@4dd966ed { url=file:/E:/jboss-4.2.3.GA/server/default/deploy/OpenKM.war.lnk }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/E:/jboss-4.2.3.GA/server/default/deploy/OpenKM.war.lnk
  altDD: null
  lastDeployed: 1303466338663
  lastModified: 1303466338663
  mbeans:


12:58:58,715 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
12:58:58,743 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
12:58:58,759 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 13s:615ms
 #10727  by alexnegrila
 
This is how the shortcut is configured:
Shortcut configuration.JPG
Shortcut configuration.JPG (122.18 KiB) Viewed 4521 times
Does shortcut equals .lnk equals alias? Because I have no possibility to set the .lnk file as a folder. But if I click on it I get redirected to the right location
 #10763  by jllort
 
NO no no,

In server tab view you start or debug it, you don't use run as ... because then you're trying eclipse deploys project to jboss and that has some problems, it's better doing alias and starting server in debug mode or normal.
Okm_user_guide_259.jpeg
Okm_user_guide_259.jpeg (53.08 KiB) Viewed 4513 times
The alias - link - seems right
 #10807  by pavila
 
Windows shoutcuts are not the same as Linux links, because they are not really pointers to another file / directory at low level. This means, that won't work unless they have changed in recent Windows releases.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.