Questions tagged as 'weblogic'

1
answer

Exception: java.lang.ClassCastException: weblogic.xml.jaxp.RegistrySAXParserFactory can not be cast to javax.xml.parsers.SAXParserFactory

When I deploy my Web Application in the WebLogic it sends the following error:    exception java.lang.ClassCastException:   weblogic.xml.jaxp.RegistrySAXParserFactory can not be cast   javax.xml.parsers.SAXParserFactory Someone could pl...
asked by 11.10.2017 / 20:30
2
answers

error connecting to a Datasource in weblogic

I have a Datasource created in Weblogic but when I invoke it from a class, it generates the error:    javax.naming.NamingException: Lookup failed for 'jdbc / ConexionFV' in   SerialContext [myEnv = {java.naming.provider.url = t3: //127.0.0.1:...
asked by 10.10.2016 / 19:04
0
answers

[Security: 090398] Invalid Subject: principals = [weblogic, Administrators, CrossDomainConnectors]

On one occasion, I sent messages from my domain to an external domain in WebLogic. This worked fine, but recently I tried to repeat it but with other domains, now it does not work. I have already enabled a trust between the 2 domains, and I am s...
asked by 31.07.2018 / 01:45
1
answer

.jasper pdf does not look the same running from java

Design a report with ireport designer 5.6.0, but do not see it in one way from ireport and another when it is generated from a jsf app, initially add the sources of ireport to the project and solve the problem with the bold, but the font sizes a...
asked by 22.12.2017 / 14:23
1
answer

THE ERROR "It was not expected / BIOCaptureFinger at this time." WHAT DO YOU NEED?

I am using the WebLogic server in JavaEE, specifically WebLogic 11gR1, I can raise the administration page of WebLogic "localhost: 7001 / console", but when I turn off and turn on the PC I can not access the domain I had created, I see the follo...
asked by 01.10.2017 / 23:41
1
answer

Obtain an sql connection using entityManager

I would like to know if it is possible to establish a DB connection type sql.connection using entityManager , that is, I need to call a procedure stored in the database, usually making a connection to the database in where previousl...
asked by 22.02.2017 / 20:17
1
answer

Domains in WebLogic

I'm new to working with WebLogic and I just installed the server, but when I try to run the config.cmd file, I get this message:    FILES were not expected at this time This is the code of the config.cmd file @ECHO OFF SETLOCAL F...
asked by 09.01.2017 / 23:09
1
answer

HashMap prints weird characters

I am deploying a java servlet in Weblogic, but when invoking it from the browser: link prints me the hashmap with Special characters:    srjava.util.HashMap ' F loadFactorI thresholdxp? @ wtABDULsrjava.util.ArrayListx a IsizexpDwXsr)...
asked by 05.04.2017 / 19:00
2
answers

error when starting application in webLogic

Good morning, I have an error # 500 when I start an application that I have deployed in WebLogic 12c, the error says so Error 500 - Internal Server Error    java.lang.NullPointerException at   org.jboss.weld.context.AbstractBoundContext.de...
asked by 08.02.2017 / 14:48
1
answer

How did I catch a session-timeout with java?

It's only been 3 months since I've been investigating little by little about Java. My problem is that I implemented a session-timeout (1 minute to test) in a Java / mvc application mounted on an Oracle WebLogic g11 server, the question is tha...
asked by 04.01.2017 / 16:04