user3511856
user3511856

Reputation: 1

HP Fortify 3.80: an internal error has occurred

My upload token expired and upon executing

./fortifyclient token -getoken AnalysisUploadToken -url"http://<localhost>/ssc" -user ssc_upload

I receive

An internal error has occurred.  
A JAXB unmarshalling exception; 
nested exception is javax.xml.bind.UnmarshalException: unexpected element 

I would show the rest, however it is approx. 200 lines. The last time this happened (90 days ago), I used the 4.00 version of ./fortifyclient and it worked. Any suggestions?

Upvotes: 0

Views: 920

Answers (1)

user2100452
user2100452

Reputation: 111

Is time synchronized between your client and server? I think that any operation with fortifyclient will fail if the time on the client and server differs by more than 5 or 10 minutes. This will include checking the date and timezone as well.

Upvotes: 1

Related Questions