RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
240 stars 214 forks source link

ArrayIndexOutOfBoundException #3026

Open ravigupta30051988 opened 2 years ago

ravigupta30051988 commented 2 years ago

We are getting ArrayIndexOutOfBoundException when are clicking the Login button on RestComm-Management login screen.

Getting Servlet Jersey load() exception.

Is this a BUG REPORT:

/kind bug

What happened:getting servlet init() exception

What you expected to happen: Login

How to reproduce it (as minimally and precisely as possible):

  1. Get updated code form git url .
  2. Build it by using restcomm-connect-build.sh on linux machine
  3. Getting the Restcomm-Jboss-AS7-7.6.0.zip, unzip it on windows machine
  4. start Jboss server by using the command standalone.bat -c standalone-sip.xml
  5. Login on url http://127.0.0.1:8080/visual-designer/ or http://127.0.0.1:8080/restcomm/

Anything else we need to know?:Starting server by using the command standalone.bat -c standalone-sip.xml

Environment: personal Windows machine