I'm a bit confused.. during a load of EntityManagerFactory (calling Persistence.createEntityManagerFactory()), I'm getting the following SAXParseException: "The element type "meta" must be terminated by the matching end-tag "</meta>".", with a reference to "http://www.oracle.com/splash/www/index.html" (as systemId) When I try to go to that Oracle URL, there is an outage notification...
- Is the reason for the exception is Oracle outage and this call is dependent of oracle's server availability? I don't think so, as when trying to run the same project on a different server I'm not getting this error - Any idea what is the problem / solution?
Do note that this exception is new and the code run smoothly for months (i.e. entity manager created successfully w/o exceptions)...
|