Jump to content

rahulawa

Members
  • Posts

    24
  • Joined

  • Last visited

rahulawa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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
×
×
  • Create New...