Jump to content

rahulawa

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by rahulawa

  1. it is working now but only if i add “%.%.%.%” as host
  2. Access denied for user 'rajesha1_root'@'myip' (using password: YES)
  3. Connection conn = null; try { conn=DriverManager.getConnection("jdbc:mysql://tommy.heliohost.org:2083/db?","user","pass"); Statement stmt = conn.createStatement(); ResultSet rs = stmt.executeQuery("select something from table"); while(rs.next()) { System.out.println(rs.getInt(1)); } // Do something with the Connection } catch (SQLException ex) { // handle any errors System.out.println("SQLException: " + ex.getMessage()); System.out.println("SQLState: " + ex.getSQLState()); System.out.println("VendorError: " + ex.getErrorCode()); } is this connection is ok because still the same error of packet too large
  4. SQLException: Packet for query is too large (5526600 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable. SQLState: S1000 VendorError: 0 while establishing remote sql client with java
  5. unable to send email to gmail id with smtp.gmail.com http://rajesha1.heliohost.org/cmis/NewFile.jsp unable to see error also sending email from localhost with my computer u can check ur console and tell me what the error is
  6. java deployment pending how much time it usually take tried lot of time its still saying deployment pending Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
  7. rahulawa

    Servlet Deploy

    java deployment pending how much time do it usually take
  8. deploy war file username :rajesha1 war file: cmis.war in home directory /home/rajesha1
  9. deploy war file username :rajesha1war file: cmis.warin home directory /home/rajesha1 please deploy
  10. java.lang.IllegalArgumentException: Page directive: invalid value for import unable to compile jsp, but the project running fine on my computer java 7,tomcat 7
  11. deploy war file username :rajesha1war file: cmis.warin home directory /home/rajesha1 please deploy deploy please please deploy deploy deploy
  12. deploy war file username :rajesha1war file: cmis.warin home directory /home/rajesha1 please deploy
  13. its 9:55 pm in india, time to sleep deploy war file username :rajesha1 war file: cmis.war in home directory /home/rajesha1 deploy war file its showing some errors username :rajesha1 war file: cmis.war in home directory /home/rajesha1
  14. deploy war file username :rajesha1 war file: cmis.war in home directory /home/rajesha1
  15. deploy war file username :rajesha1 war file: fintech-project.war in home directory /home/rajesha1
  16. deploy war file username :rajesha1 war file: fintech-project.war in home directory /home/rajesha1
  17. com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: User rajesha1_food already has more than 'max_user_connections' active connections still getting this error
  18. username:rajesha1 exporting database from myadmin leads export.php not .sql file solved using cpanel backup com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: User rajesha1_food already has more than 'max_user_connections' active connections i haved closed all the connection con.closed(); after opening it ten why this error in jsp tthis error sometimes comes sometimes go in different pages still having the same error
×
×
  • Create New...