Author | Message |
---|---|
arctica82
Posts: 10
|
Posted 23:57 Apr 10, 2011 |
Here is what I got in console: Apr 10, 2011 11:21:34 PM 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:\Java\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Java/bin/client;C:/Java/bin;C:/Java/lib/i386;%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\COMMON~1\ULEADS~1\MPEG;C:\Program Files\QuickTime\QTSystem\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Groovy\Groovy-1.5.6\bin;C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\cygnus\cygwin-b20\H-i586-cygwin32\bin;C:\eclipse; Apr 10, 2011 11:21:35 PM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:csns' did not find a matching property. Apr 10, 2011 11:21:36 PM org.apache.coyote.AbstractProtocolHandler init INFO: Initializing ProtocolHandler ["http-bio-8080"] Apr 10, 2011 11:21:36 PM org.apache.coyote.AbstractProtocolHandler init INFO: Initializing ProtocolHandler ["ajp-bio-8009"] Apr 10, 2011 11:21:36 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 2287 ms Apr 10, 2011 11:21:36 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Apr 10, 2011 11:21:36 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.12 Apr 10, 2011 11:21:39 PM org.apache.coyote.AbstractProtocolHandler start INFO: Starting ProtocolHandler ["http-bio-8080"] Apr 10, 2011 11:21:39 PM org.apache.coyote.AbstractProtocolHandler start INFO: Starting ProtocolHandler ["ajp-bio-8009"] Apr 10, 2011 11:21:39 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 3379 ms |
trivedidr
Posts: 54
|
Posted 09:58 Apr 11, 2011 |
Hi, If you do not have jdk installed then 1st install it and add its path. eg.: "C:\Program Files (x86)\Java\jdk\bin" and remove C:\eclipse from PATH variable. Try this . |
arctica82
Posts: 10
|
Posted 10:59 Apr 11, 2011 |
I have already installed it from http://www.oracle.com/technetwork/java/javaee/downloads/index.html |
nphan2
Posts: 9
|
Posted 13:51 Apr 11, 2011 |
Make sure tomcat service is enable. I was pounding my head for this over the weekend and just figure it out. |
alomo
Posts: 70
|
Posted 17:07 Apr 11, 2011 |
arctica82 The problem is that you used slash (/) instead of back-slash (\) I am also not sure why do you have the path . (a single dot) Last edited by alomo at
17:19 Apr 11, 2011.
|
cysun
Posts: 2935
|
Posted 21:17 Apr 11, 2011 |
The error message doesn't say anything so it's hard to decide what the problem is. If it's on a laptop you can bring it to my office hours. |
lmac
Posts: 8
|
Posted 01:21 Apr 14, 2011 |
I have been running into this problem as well, and have tried reinstalling the jdk with no success.
Thanks,
|
agalstyan
Posts: 6
|
Posted 16:29 Apr 14, 2011 |
Hey Guys. I was having the exact same issue as well, here is what I found the problem to be. Make sure in the build.properties file, you specify the location of your csns (or whatever you called it) database running in postgres. Also make sure to specify the user name and password of the database. (Please note I am assuming that have already created the database and ran the .sql files to populate the database) After you make the changes to build.properties file, make sure to REFRESH the project, as I've noticed, the changes will NOT take affect until you do.
Hope that helps! Last edited by agalstyan at
16:40 Apr 14, 2011.
|
lmac
Posts: 8
|
Posted 21:23 Apr 15, 2011 |
Yes, that did help. Thanks much!
Long. |