I'm trying to run reports 11.1.2 in a development windows pc.
Forms works ok.
I just don't get to have the getserverinfo page shown, the browser keeps waiting like forever
The server seems to be ok, as the url http://localhost:7001/reports works fine. It shows the help page, as expected.
So it seems that something is wrong with the reports server
After looking up on internet, I've tried increasing timeout in the console with no success. This are the parameters I've already tried.
-Dweblogic.client.socket.ConnectTimeout=500 (this one is added in the startup parameters of the server)
LoginTimeoutMillis changed from 5000 to 0 (= no timeout)
StuckThreadMaxTime from 600 to 1200 (seconds)
My forms and reports installation is claimed to be the same as my co-developers' so I set this values back to their initial state as anything got better with them.
Now, taking a look at the logs (Adminserver-diagnostic.log) , everytime I try to access to the getserverinfo (or any rwservlet command other than help) an incident is created after the timeout:
[probKey: BEA-337 [WebLogicServer]] Incidente 29 creado con la clave del problema "BEA-337 [WebLogicServer]"
Now, I read the incident files, but I'm not able to extract the source of the problem.
Any hint?