Search:

Type: Posts; User: ceracm; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    198

    Oakland, CA: East Bay Java User Group

    I run the East Bay JUG and we meet in downtown Oakland, CA on the 4th wednesday of the month.
    You can find out more here: http://bit.ly/ebjava
  2. Replies
    1
    Views
    1,216

    Sorry to hear that you are having problems. I...

    Sorry to hear that you are having problems.
    I checked the logs.
    It looks like a network-related problem,e.g. the upload is timing out.
    How large are the files that you are uploading?
    And, how...
  3. Replies
    1
    Views
    958

    Sorry about that. The issue should have been...

    Sorry about that. The issue should have been resolved.
  4. Thread: Account locked

    by ceracm
    Replies
    1
    Views
    1,094

    Please click on the forgot password link.

    Please click on the forgot password link.
  5. The most likely explanation is that you need to...

    The most likely explanation is that you need to sign up for EC2 in addition to signing up for AWS.
  6. Thread: DB Config

    by ceracm
    Replies
    4
    Views
    1,835

    Sorry for the delay. Unfortunately, Cloud...

    Sorry for the delay.
    Unfortunately, Cloud Foundry doesn't support Tomcat JNDI datasource.
    Your application needs to create its own DataSource (e.g. the standard Spring mechanism) and configure...
  7. Replies
    8
    Views
    1,713

    Sorry about the delayed response. The errors in...

    Sorry about the delayed response.
    The errors in the tomcat log indicate that your application cannot connect to the database.

    When you launch the deployment you should specify JVM options...
  8. Replies
    3
    Views
    1,663

    This issue has been fixed.

    This issue has been fixed.
  9. Replies
    21
    Views
    8,015

    We received a request from you about an hour ago...

    We received a request from you about an hour ago and just sent an invitation. Please let us know if you did not receive it.
  10. Replies
    3
    Views
    1,436

    Sorry for the delayed response. Have you...

    Sorry for the delayed response.

    Have you signed up for EC2 (and S3)? Signing up for AWS is only the first step. You then have to sign up for specific services such as EC2 (which in turn signs you...
  11. Replies
    3
    Views
    1,127

    A server was unwell and needed to be restarted....

    A server was unwell and needed to be restarted. Sorry about the issue.
  12. Replies
    3
    Views
    1,127

    Investigating. stay tuned...

    Investigating. stay tuned...
  13. Replies
    6
    Views
    2,446

    CloudTools.org/CloudFoundry.com predate ELB. ...

    CloudTools.org/CloudFoundry.com predate ELB.

    Many Java applications need sticky session routing.
    ELB very recently introduced support for routing HTTP requests so for some Java applications you...
  14. Replies
    6
    Views
    2,446

    Steve, Thanks for your question. You are...

    Steve,

    Thanks for your question.

    You are right in thinking that the Apache server is a SPOF.
    But since it is a cloud, if the instance fails CF can relaunch a replacement quite quickly - you...
  15. Replies
    2
    Views
    1,219

    Chris, I would just use non-JNDI based...

    Chris,

    I would just use non-JNDI based JavaMail API.

    I would also recommend sending email via one of your own email servers (or a 3rd party host email) rather than directly from EC2 to avoid...
  16. Replies
    3
    Views
    1,411

    This sounds like a mail.jar version problem that...

    This sounds like a mail.jar version problem that a few Cloud Foundry users have encountered.

    The solution has been to run this command:

    rm /var/lib/tomcat5/common/lib/[javamail].jar

    You can...
  17. Thread: Backups?

    by ceracm
    Replies
    1
    Views
    841

    Backups are made using EBS snapshots They are...

    Backups are made using EBS snapshots

    They are viewable via EC2 console or the elasticFox EC2 plugin for firefox.
  18. Replies
    4
    Views
    2,127

    Sorry that you are having problems with SSL - we...

    Sorry that you are having problems with SSL - we will investigate.

    In the meantime: you can edit the JVM options of a running deployment on the deployment details page. That will update the server...
  19. Replies
    12
    Views
    2,956

    A context unavailable alert is triggered whenever...

    A context unavailable alert is triggered whenever one of the following GET requests fails
    * Tomcat - GET localhost:8080/context
    * Apache - GET localhost/context

    As mentioned previously "Tomcat...
  20. Replies
    12
    Views
    2,956

    Hi, CF.com has been updated with some fixes...

    Hi,

    CF.com has been updated with some fixes that should eliminate spurious context unavailable alerts. Please let us know if you continue to have problems.

    Chris
  21. Replies
    12
    Views
    2,956

    Pavel, To answer your previous question. A...

    Pavel,

    To answer your previous question. A context is considered unavailable if GET /context fails to connect or returns a status other than 200 (after following redirects). This check is done on...
  22. Replies
    12
    Views
    2,956

    A few questions. 1. Do you ever see a...

    A few questions.

    1. Do you ever see a statusCode != 200 for GET /myapp in the Apache log?

    2. The management agent also does an HTTP GET /myapp on Tomcat/tc server port 8080. It is possible...
  23. Justin, Restart is badly named. It really...

    Justin,

    Restart is badly named.
    It really means "Try again to launch a deployment that failed during the previous launch attempt".

    There isn't currently a way to restart a stopped deployment. ...
  24. Replies
    5
    Views
    1,009

    Justin, There isn't is a way to do that....

    Justin,

    There isn't is a way to do that.
    Could you explain your use case.

    Chris
  25. Replies
    1
    Views
    835

    Justin, Sorry for the delay. There isn't a...

    Justin,

    Sorry for the delay.
    There isn't a public issuetrack - please report issues to this forum.

    Chris
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4