1
0
-1

Hi,

Im trying to start my joget server, but it stuck. below is the log. Appreciate if anyone can help me on this.

 

== Starting Tomcat from .\apache-tomcat-7.0.52 ==

Using CATALINA_BASE: ".\apache-tomcat-7.0.52"
Using CATALINA_HOME: ".\apache-tomcat-7.0.52"
Using CATALINA_TMPDIR: ".\apache-tomcat-7.0.52\temp"
Using JRE_HOME: ".\jre1.7.0_51"
Using CLASSPATH: ".\apache-tomcat-7.0.52\bin\bootstrap.jar;.\apache-tomcat-7.0.52\bin\tomcat-juli.jar"
Nov 26, 2017 1:22:55 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Joget-v4-Enterprise\jre1.7.0_51\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Users\User\AppData\Local\Microsoft\WindowsApps;;.
Nov 26, 2017 1:22:56 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Nov 26, 2017 1:22:56 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Nov 26, 2017 1:22:56 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 328 ms
Nov 26, 2017 1:22:56 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Nov 26, 2017 1:22:56 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52
Nov 26, 2017 1:22:56 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Joget-v4-Enterprise\apache-tomcat-7.0.52\webapps\jw.war
INFO 26 Nov 2017 01:23:05 org.joget.commons.util.SetupManager - Using base directory: ./wflow/
WARN 26 Nov 2017 01:23:05 com.atomikos.icatch.config.UserTransactionServiceImp - No properties path set - looking for transactions.properties in classpath...
WARN 26 Nov 2017 01:23:05 com.atomikos.icatch.config.UserTransactionServiceImp - transactions.properties not found - looking for jta.properties in classpath...
WARN 26 Nov 2017 01:23:05 com.atomikos.icatch.config.UserTransactionServiceImp - Using init file: /C:/Joget-v4-Enterprise/apache-tomcat-7.0.52/webapps/jw/WEB-INF/classes/jta.properties
INFO 26 Nov 2017 01:23:05 org.joget.commons.util.DynamicDataSource - datasourceName=workflow, url=jdbc:mysql://localhost:3307/jwdb?characterEncoding=UTF-8, user=root

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, is that the complete log? If it is, then it seems to be stuck trying to connect to the db at localhost port 3307. You should check the db connectivity.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        really need help..thanks

          CommentAdd your comment...