reset password
Author Message
trivedidr
Posts: 54
Posted 16:00 Nov 06, 2009 |

Hello,

After doing all installation ,I am trying to moving ahead. But when I have run my application having error Which I've attached.

And also, in this new eclips I've not any log file.

So,Please help me to solve my error.

Attachments:
cysun
Posts: 2935
Posted 17:06 Nov 06, 2009 |

Make sure the values in build.properties are correct.

1. Delete web.xml, and csns-*.xml files under web/WEB-INF.

2. Refresh the project.

3. Run the project.

trivedidr
Posts: 54
Posted 17:45 Nov 06, 2009 |
cysun wrote:

Make sure the values in build.properties are correct.

1. Delete web.xml, and csns-*.xml files under web/WEB-INF.

2. Refresh the project.

3. Run the project.


I followe your instruction but still getting error:

Nov 6, 2009 5:40:54 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.

Nov 6, 2009 5:40:54 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:\Program Files\Java\jre1.6.0_05\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre1.6.0_05/bin/client;C:/Program Files/Java/jre1.6.0_05/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\CS520\apache-ant-1.7.1;C:\Program Files\SSH Communications Security\SSH Secure Shell

Nov 6, 2009 5:40:54 PM org.apache.coyote.http11.Http11Protocol init

INFO: Initializing Coyote HTTP/1.1 on http-8080

Nov 6, 2009 5:40:54 PM org.apache.catalina.startup.Catalina load

INFO: Initialization processed in 1070 ms

Nov 6, 2009 5:40:54 PM org.apache.catalina.core.StandardService start

INFO: Starting service Catalina

Nov 6, 2009 5:40:54 PM org.apache.catalina.core.StandardEngine start

INFO: Starting Servlet Engine: Apache Tomcat/6.0.20

Nov 6, 2009 5:40:55 PM org.apache.coyote.http11.Http11Protocol start

INFO: Starting Coyote HTTP/1.1 on http-8080

Nov 6, 2009 5:40:55 PM org.apache.jk.common.ChannelSocket init

INFO: JK: ajp13 listening on /0.0.0.0:8009

Nov 6, 2009 5:40:55 PM org.apache.jk.server.JkMain start

INFO: Jk running ID=0 time=0/59 config=null

Nov 6, 2009 5:40:55 PM org.apache.catalina.startup.Catalina start

INFO: Server startup in 1642 ms