websphere

Websphere in RAD hangs on startup

送分小仙女□ 提交于 2019-12-23 03:47:21
问题 We've had this problem in RAD 7 with Websphere 7, and it's been an inconsistent nuisance, but we are moving to RAD 9 with Websphere 8.5.5 and it is a MUCH more consistent problem. What happens is that when starting the application server, it claims to finish starting, but the status from the servers tab doesn't finish, and RAD seems to almost lose conversation with the server. Eventually it reports that the server failed to start within 300 seconds, and tries to stop it, but, having lost

Spring WorkManagerTaskExecutor cannot initialize in websphere

二次信任 提交于 2019-12-23 02:33:11
问题 i want use Websphere work manager for executing async jobs in jee context but i have problem with creating spring WorkManager. bean definition: <bean id="taskExecutor" class="org.springframework.scheduling.commonj.WorkManagerTaskExecutor"> <property name="workManagerName" value="wm/default" /> </bean> this definition i found in websphere help. But problem is this ends with noClassDefFound. I noticed pckg org.springframework.scheduling.commonj is missing from spring-context since version 2.x.x

How to reference a websphere Resource Environment Provider in web.xml?

早过忘川 提交于 2019-12-23 02:27:18
问题 We have custom properties defined in websphere using a Resource Environment provider that was setup using the instructions on http://www.ibm.com/developerworks/websphere/library/techarticles/0611_totapally/0611_totapally.html In that article in section 6, it says "For a Web module, open the web.xml file (for an EJB module, open the ejb-jar.xml file ) using the deployment descriptor editor." I need to edit the web.xml by hand since the IBM development tools are unavailable to me at this time.

Spring ReadOnly Transaction with Propagation.SUPPORTS with WebSphere and Oracle

随声附和 提交于 2019-12-23 01:37:41
问题 I have some problems with Transaction/Session management, since I switched from Hibernate 3.6 to Hibernate 4.1.x I use Spring 3.1.2, Hibernate 4.1.4, WebSphere 8.5 and Oracle 11. In my WebApp I have marked some methods with: @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) Thats working fine for my webapp which uses OpenSessionInViewFilter and getSessionFactory().getCurrentSession(). But some of my code is called by JMS or Quartz job (without the OpenSessionInViewFilter)

Updating .ear file on websphere (6.1) still runs old code

て烟熏妆下的殇ゞ 提交于 2019-12-23 00:26:09
问题 I have a question regarding updating a application on websphere application server. The application is already up and running and I just want to update the code which is packaged in a .ear file. Here is what I thought I should do: stop the application server. go to my enterprise application, select the one I am updating, and click update. point to my .ear file in replace the entire application radio button option. restart my application server. After doing this and trying out my application,

Updating .ear file on websphere (6.1) still runs old code

夙愿已清 提交于 2019-12-23 00:25:22
问题 I have a question regarding updating a application on websphere application server. The application is already up and running and I just want to update the code which is packaged in a .ear file. Here is what I thought I should do: stop the application server. go to my enterprise application, select the one I am updating, and click update. point to my .ear file in replace the entire application radio button option. restart my application server. After doing this and trying out my application,

What tools are there for timed batch processes in Java EE?

只谈情不闲聊 提交于 2019-12-22 12:44:09
问题 My employer just asked me to run a timed batch process in a Java EE WebSphere application they have running. It's supposed to run a certain class at 11:30 pm everyday. I'm not very familiar with Java EE nor WebSphere server (or tomcat, in the development environment), and I've been digging around but all I've found is about the java timer class but not how to set it or invoke it. It seems that editing the web.xml file is required as well. Any help will be appreciated! 回答1: You should look at

SPNEGO authentication issue with password

岁酱吖の 提交于 2019-12-22 12:08:04
问题 I have configured my application to use Kerberos authentication through SPNEGO with Websphere. Here are the details krb5.conf [libdefaults] default_realm = ABC.MYCOMPANY.COM default_keytab_name = FILE:C:\IBM\WebSphere\AppServer\kerberos\MyServer.keytab default_tkt_enctypes = rc4-hmac des-cbc-md5 default_tgs_enctypes = rc4-hmac des-cbc-md5 forwardable = true renewable = true noaddresses = true clockskew = 300 [realms] ABC.MYCOMPANY.COM = { kdc = TEST.abc.mycompany.com:88 default_domain =

IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

吃可爱长大的小学妹 提交于 2019-12-22 11:46:11
问题 I've been trying to setup an IBM Worklight environment. I want to use: Windows Server Apache Tomcat 7 (latest at the time of writing) IBM Worklight 6.2 (latest at the time of writing) MySQL Server 5.6 (latest at the time of writing) Everything seems to be working OK. I've setup Tomcat (default configuration), MySQL (default configuration). Then I continued setting up IBM Worklight. I pointed to the Tomcat installation directory, put in the MySQL Connector/J jar file, etc etc. I left virtually

IBM Worklight Server 6.2 - Running on Apache Tomcat? “Timeout while waiting for the management service to start up”

≯℡__Kan透↙ 提交于 2019-12-22 11:45:31
问题 I've been trying to setup an IBM Worklight environment. I want to use: Windows Server Apache Tomcat 7 (latest at the time of writing) IBM Worklight 6.2 (latest at the time of writing) MySQL Server 5.6 (latest at the time of writing) Everything seems to be working OK. I've setup Tomcat (default configuration), MySQL (default configuration). Then I continued setting up IBM Worklight. I pointed to the Tomcat installation directory, put in the MySQL Connector/J jar file, etc etc. I left virtually