WebLogic
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Weblogic 10g: Default Server Startup log file path (启动日志位置)
Please check C:/Documents and Settings/user name/Application Data/JDeveloper/system11.1.1.1.33.54.07/DefaultDomain/servers/DefaultServer/logs原创 2010-01-19 15:38:00 · 1475 阅读 · 0 评论 -
WebLogic JMS Performance Tuning Series, Part 3: Consumer-Side Message Pipelining
WebLogic JMS Performance Tuning Series, Part 3: Consumer-Side Message Pipelining Following Part 1 and Part 2 of this series, this entry is more in line with Part 2 as it is a setting that转载 2013-03-05 10:58:59 · 1334 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: com/mysql/jdbc/MySQLConnection
java.lang.NoClassDefFoundError: com/mysql/jdbc/MySQLConnection After getting the ADF BCs up, I tried creating a facelet page to display the results. Upon trying to run the page, I received a simila转载 2013-01-15 14:00:50 · 4340 阅读 · 0 评论 -
Weblogic 10g: Ant WLST Exception:Unable to create mbean: Could not create provider JMSQueue
Issue: When you run ant script to create resource on WLS, you may get following exception. Exception: X:build\build.xml:56: Unable to create mbean: Could not create provider JMSQueue Reason: R原创 2012-10-16 13:21:10 · 1464 阅读 · 0 评论 -
Weblogic 10g: How to get AES encrypted password using WLS cmd
Go to WLS Domain Dir, like "C:\Users\\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\DefaultDomain\bin"Invoke setDomainEnv.cmd Invoke following cmd to get AES password for "weblogic1" java weblog原创 2012-10-09 10:52:40 · 1015 阅读 · 0 评论 -
Ant-JMS Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found
Issue: When you config WLS using Ant, you may got following build failed error message. Exception: taskdef class weblogic.ant.taskdefs.management.WLConfig cannot be found. Solution: You nee原创 2012-07-31 13:31:48 · 2486 阅读 · 0 评论 -
Weblogic 10g: How to find out JNDI name of EJB Session Bean
Issue: If you don't know what JNDI binding name you should use it to call EJB resource, you can go to following lcation to check "Binding Name". This is what you need. Home > Servers > DefaultServer原创 2012-07-31 14:22:40 · 1313 阅读 · 0 评论 -
WLS Exception: Need to specify class name in environment or system property Solution
Issue: When you develop a code for standalone of JMS client. You may got following exception. Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or syst原创 2012-05-02 20:13:26 · 1901 阅读 · 0 评论 -
HOW TO: How to build wlfullclient.jar for JDK 1.5/1.6
Using the WebLogic JarBuilder Tool The following sections provide information on creating the wlfullclient.jar using the WebLogic JarBuilder tool: Creating a wlfullclient.jar for JDK 1.6 clie转载 2012-05-02 19:47:26 · 1810 阅读 · 0 评论 -
Weblogic Admin: Integrated WebLogic Server default admin user and password
JDev11g has already integrated Weblogic 11g Server. But the default admin user name and password have been changed to weblogic/weblogic1.原创 2009-12-25 14:30:00 · 1013 阅读 · 0 评论 -
JDev Exception:Cannot acquire data source java:/app/jdbc/jdbc/DataSourceName.
Issue: When you are invoking some operation that related to EJB entity persistence in weblogic using EclipseLink, you may come across the exception as following. Caused by: Exception EclipseLi原创 2009-12-03 17:01:00 · 4082 阅读 · 0 评论 -
WLS Exception: <BEA-149132> <Split-dir application HRSystem can only be deployed to the Admin Server
Issue: When you deploy a application to JDev Integrated WLS, you may got following exception. Exception: ServerInstance1 startup time: 25355 ms. ServerInstance1 started.[Running application HRS原创 2012-05-14 10:34:42 · 2283 阅读 · 0 评论
分享