0

I have built a TestAdapter.adapter file. When I deploy it on local environment it works properly, but when I try deploying it on production server I get the following error:

The 'TestAdapter-impl.js' main javascript file is missing.

How can I fix this error?

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
ProfessorT
  • 187
  • 2
  • 13
  • What do you see in the messages.log file of the production application server at the time of error? – Idan Adar Jul 06 '15 at 12:42
  • Waiting for your response. – Idan Adar Jul 07 '15 at 08:53
  • 1
    messages.log had the same exact error in it, I managed the figure out the cause, the deployment team ran the .adapter files through an aggressive anti-virus software which has removed the Javascript content from the adapter files as a security precaution. – ProfessorT Jul 09 '15 at 07:59

1 Answers1

1

Apparently the deployment team ran the .adapter files through an aggressive anti-virus software which has removed the Javascript content from the adapter files as a security precaution, disabling the anti-virus software fixed the problem.

ProfessorT
  • 187
  • 2
  • 13