Jump to content

[Solved] Deploy My .war File


SMS

Recommended Posts

At the server console, must be printed and direct the error that is giving ...

For if the connection with the bank, it tries to connect to the database of 5 in 5 seconds ... If it's not too uncomfortable, you could me inform the message?


Note: It also creates a log file with all errors.


If I need to return the .war again, I open another topic, or can speak in the same?


Thank you in advance, and sorry for the inconvenience.

Link to comment
Share on other sites


java.sql.SQLException: Access denied for user 'sms_mock'@'johnny.heliohost.org' (using password: YES)
java.io.FileNotFoundException: mock_charge_log.txt (Permission denied)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:192)
at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
at java.io.FileWriter.<init>(FileWriter.java:61)
at br.com.mock.LOG.save(LOG.java:21)
at br.com.mock.LOG.setError(LOG.java:16)
at br.com.mock.LoadGeneratorCore$1.run(LoadGeneratorCore.java:47)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
[MOCK CHARGE SYNC] Erro inesperado... Reiniciando em 5s!
Link to comment
Share on other sites

In the log you sent me is saying that gave error in connection with the bank for account access.

He is trying to connect by:
'Sms_mock'@'johnny.heliohost.org'
But there is configured to connect by:
'Sms_mock'@'smot.com.br'
To try to work around this problem I could set up there to connect it?
'Sms_mock' @ 'localhost'
If the bank is on the same server JVM, is he?
Thanks in advance.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...