I am using the WebLogic server in JavaEE, specifically WebLogic 11gR1, I can bring up the WebLogic administration page "localhost:7001/console", but when I turn off and turn on the pc I cannot access the domain that I had created, I get the following error:
/BIOCaptureFinger was not expected at this time.
This error appears in the windows console (CMD) when I try to run the "startWebLogic.cmd" file that is in the domain folder, when the domain was just created, it worked.
I was able to solve the problem, I am a user mainly of Linux, but I am working on Windows, so I went to a person who normally works in those environments and we were able to get the error, it is that in my "classpath" environment variable there was the value "/BIOCaptureFinger". I never added that manually, I guess some program did it, I don't know why that appeared there, the fact is that removing that value from there, and then the server ran without problems.