weblogic12c

Weblogic 12c (12.1.3) - String index out of range: 51968

為{幸葍}努か 提交于 2019-12-12 10:57:29
问题 I'm trying to deploy a Spring Boot web application on Weblogic 12.1.3. When I deploy from the console I get the following errors (on the application) Message icon - Error Unable to access the selected application. Message icon - Error String index out of range: 51968 Message icon - Error String index out of range: 51968 Message icon - Error String index out of range: 51968 On the other hand it deploys successfully from Intellij IDEA and the autodeploy folder. Also, on other development

How to replace EclipseLink 2.3.2 with EclipseLink 2.5 in WebLogic Server 12c

 ̄綄美尐妖づ 提交于 2019-12-12 08:49:14
问题 I currrently try to run Docx4j in WebLogic Server 12c. WebLogic Server 12c comes with EclipseLink 2.3.2. There is a similar Post describing the situation which unfortunately yield no answer. Docx4j does not work with the JAXB (MOXy) implementation which is part of EclipseLink 2.3.2. I got Docx4j running standalone with EclipseLink 2.5. So I am very confident that using EclipseLink 2.5 with Weblogic Server 12c will solve the issue with Docx4j. How can I replace the EclipseLink Vesion 2.3.2 the

Weblogic: How to prevent “A mismatch exists between the bean code and generated code” when deploying

北慕城南 提交于 2019-12-12 05:27:02
问题 I use WLST (scripted) automatic deployment on WebLogic 12c (12.1.3 - latest). This automatically deploys my enterprise application on a managed server (not admin server). Note: The error also occurs if I execute the deployment manually. Sometimes I get this exception: A mismatch exists between the bean code and generated code. ... My application does not get deployed then. This cannot be fixed by deploying again, only deleting the deployment with the help of the AdminServer console works

Weblogic Grails 2.4.4 JSON Renderization

回眸只為那壹抹淺笑 提交于 2019-12-12 05:18:44
问题 I am using angularjs in a grails 2.4.4 application and in order to provide data to it, every request of my application has a JSON format response, like: render object as JSON When I deploy it in Weblogic 12c, the respond is not returning the JSON correctly. I am obtaining a JSON that is not a JSON. This not happens in others servers. For a better understanding look these image: In Weblogic 12c I don't obtain a JSON object in the response Tomcat and Wildfly(Ok) Somebody help me? 来源: https:/

OBIEE 12c - cannot login to analytics

扶醉桌前 提交于 2019-12-12 05:10:26
问题 Able to access OBIEE Console and EM but unable to login to Analytics . I have already scratched my head over searching for solutions all over. Any suggestion would help here. [Update] - Not using DB Authentication or BISQLProvider. Tying to login with weblogic on a fresh installation of OBIEE Steps I have tried: Checked bi server and admin server - Both running Checked deployments - all running Checked JDBC connection (from EM-> Weblogic Domain -> JDBC Datasources) for biplatform_datasource,

Weblogic 11g: Managed Server is not starting from Weblogic console

南楼画角 提交于 2019-12-12 04:46:25
问题 i have some strange situation: When i am trying to start managed server on the console i get the following error on Nodemanager: PM weblogic.nodemanager.server.Handler run WARNING: I/O error while closing socket connection java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:135) at java.net.SocketInputStream.read(SocketInputStream.java:122) at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:159) at weblogic.security.SSL

Exception with connection pool-datasource redeploying weblogic12c war with hibernate c3p0

你离开我真会死。 提交于 2019-12-12 04:15:48
问题 I'm having a problem with hibernate and weblogic 12c, and Oracle 11g When I install my app it runs correctly, but when I update the app it throws this: An exception occurred while acquiring a poolable resource. Will retry. java.lang.NullPointerException Regards Hibernate properties: hibernate.dialect=org.hibernate.dialect.Oracle10gDialect hibernate.show_sql=true hibernate.generate_statistics=false hibernate.use_sql_comments=false hibernate.debugging=false hibernate.hbm2ddl.auto=validate

Custom WebLogic Web Service Policy

断了今生、忘了曾经 提交于 2019-12-12 03:28:17
问题 I use Weblogic 12.1.2 as the JavaEE container. I want to use my custom ws-security policy (because weblogic predefined ws-plocies has IncludeTimestamp and I want to remove this tag). Therefore I need one of the policies' xml file, for example UsernameToken-Plain.xml to edit it and use it. Where can I find this file? 回答1: I found that in oracle documentation they should be located in below path: MW_HOME/WL_HOME/server/lib/weblogic.jar. Within weblogic.jar, the policy files are located in

untime - Template processing error: "No mapping defined for spring framework tags

断了今生、忘了曾经 提交于 2019-12-12 01:22:26
问题 My current development environment is java 6, spring framework 3.2, weblogic 10.3.6 and using Freemarker templates. Everything is working fine in current environment, don't see any runtime issues while browsing pages. IDE: eclipse kepler 4.3 and I am running weblogic server from eclipse IDE. My deployment assembly is from m2e plugin that comes with kepler. Now I am upgrading to latest Weblogic 12.1.2 and java 7. I am able to successfully build, deploy and publish the module but while

Why Apache CXF not being used in WebLogic 12c?

老子叫甜甜 提交于 2019-12-11 22:12:48
问题 I need help as I tried many things, I checked the Internet for help for many days but still having the same problem. Please any help would be very appreciated. I am developing using IDEA Intellij 11.0.2. Inside Intellij works perfectly as CXF is used. I deploy with no error in WebLogic 12c but at runtime, CXF is not used and this is what I need to fix. I use JDK 1.7.0 plus Apache CXF 2.7.12. It seems for sure a configuration problem because if I debug my WebService in Intellij with a Thread