facebook

Spring MVC tutorial

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #303934 Reply

    Douglas M Hurst
    Participant

    This message has not been recovered.

    #303972 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #303999 Reply

    Douglas M Hurst
    Participant

    This message has not been recovered.

    #304027 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    Attachments:
    You must be logged in to view attached files.
    #305118 Reply

    revanthg
    Member

    This message has not been recovered.

    #305261 Reply

    support-joy
    Member

    revanthg,

    Your current issue is not related to this post. It is development related.

    log4j:WARN No appenders could be found for logger (org.springframework.util.ClassUtils).
    log4j:WARN Please initialize the log4j system properly.

    Can you check your log4j properties?

    org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=168821248)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)))))
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:855)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)

    Your issue is related to connection pooling. The connection is being refused. Look into BasicDataSource.java:855 and BasicDataSource.java:540, this should point you to the problem at hand.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Spring MVC tutorial

You must be logged in to post in the forum log in