weblogic

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

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,

Compatibility of jPOS and Weblogic

血红的双手。 提交于 2019-12-12 05:04:16
问题 Hello I'm having hard time trying to configure jPOS to run in weblogic. jPOS version 1.9.8 weblogic 10.3.6.0 I got this error: 14:01:12 [[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'] (T0100.java:31) org.jpos.iso.ISOException: java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl cannot be cast to javax.xml.parsers.SAXParserFactory (java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl cannot be cast to javax.xml

Weblogic 10.3.6 and Spring WebServices ClassCast Exception

让人想犯罪 __ 提交于 2019-12-12 04:53:04
问题 I am trying to run spring-ws in weblogic 10.3.6 but I coulnd't have achieved to run it. Pom spring-ws artifacts <dependency> <groupId>org.jvnet.jax-ws-commons.spring</groupId> <artifactId>jaxws-spring</artifactId> <version>1.9</version> </dependency> <!-- JAX-WS --> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> <version>2.2.8</version> </dependency> web.xml <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> <

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

Weblogic WLST connect() with blank username and password

只谈情不闲聊 提交于 2019-12-12 03:46:32
问题 I am trying to connect to a t3 url which I am told has a blank username and password but, I don't know how to pass an empty username and password in the connect() call. How can I do this? When I do connect('', '', 't3://hostname:port') , WLST tries to connect to the given url using username 'weblogic' which I don't know where it is getting from? --- UPDATE --- Please ignore the above... See Sandra's comment. The script I am trying to run is the one shown in WebLogic Server JMS WLST Script –

Java: Universally accessing resource files regardless of application server

守給你的承諾、 提交于 2019-12-12 03:22:56
问题 I'm looking for the 'best practice' way to access resource files (for example a bunch of .xml files) as well as the folder structure in which they reside, regardless of the application server used. Right now I'm using Wildfly 8 server and I access all src/main/resources/xxxx by getting the application real path then using Paths.get(resourcePath) as well as Files.walk(Paths.get(folderPath)) if I want to access a folder's files. However, I faced a problem when I tried to deploy to Weblogic 12c,

Modifiying Weblogic Server to use TLS

血红的双手。 提交于 2019-12-12 03:19:20
问题 I have a VM running a Weblogic Server (running version 10.3.6) with 2 nodes. I also have a Tomcat server running on my host machine which runs an SSL web service, that the Weblogic Server has to connect to. I added the two startup parameters to the "Arguments" text area under startup: -Dweblogic.security.SSL.protocolVersion=TLSv1.1 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.1 I added these since the nodes were trying to connect using SSLv2 before, and causing a handshake error with

WebLogic datasource connectivity issue

↘锁芯ラ 提交于 2019-12-12 03:03:05
问题 Please find the stack trace for the above mentioned error. [ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1465467366887> <[ServletContext@1271613633[app:HEXWAR module:HEXWAR.war path:/HEXWAR spec-version:2.5]] Problem occurred while serving the error page. org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.hibernate.TransactionException: JDBC rollback failed atorg.springframework.web.servlet

WebLogic: Getting Standard Error Into A File

拟墨画扇 提交于 2019-12-12 02:44:42
问题 I'm using WebLogic 9.2. I found an option in the Admin Server web page to send standard out to the server log files. I would like the same for standard error, but I can't find an option for it in the Admin Server web page. I haven't found Oracles documentation very clear. Do I need to set this option by hand in a config file somewhere and if so where and how? Thanks in advance 回答1: If you are using 'RedirectStdoutToServerLogEnabled' feature as described in http://download.oracle.com/docs/cd