was

Is there a good tutorial on Websphere 6.1 ND deployments?

I need to deploy an application on the WAS ND 6.1 and do not know anything about it and cannot afford to go to training... I thank you in advance for your help! ...

How to rename an application server in WebSphere Application Server 6.0.2.23

We are repurposing an application server running WebSphere 6.0.2.23. I would like to rename the various application server to better reflect its new role. How can you rename an application server? It seems like wsadmin can do it, but I'm struggling with the object heirarchy. ...

How to build EAR/WAR for Websphere Application Server by Eclipse?

IBM Rational Application Developer is very slow and has many problems. I tried to use ant scripts to build EAR/WAR files for Websphere Application Server but it did not work. ...

WAS hung threads

[11/18/08 10:13:08:772 GMT+05:30] 690f5641 ThreadMonitor W WSVR0606W: Thread "Servlet.Engine.Transports : 2162" (690f5641) was previously reported to be hung but has completed. It was active for approximately 1,032,152 milliseconds. There are 21 threads in total in the server that still may be hung. [11/18/08 10:13:08:775 GMT+05:30] 73...

[SC] DeleteService FAILED 1072

Last time I create WAS profile and WASService then I try to config and run many script for learn how to config WAS, Finally it crash so i use wasprofile delete this profile and forgot delete WASService. Now I found IBM Webphere Application Server service display in services.msc list, so I tried to delete it with WASService.exe -remove c...

How to get symbol files for java application when I analyse system crash core dump files?

This is a java application running on Websphere application server. When I analyse the system crash core dump file, I get some info like this: ERROR: Symbol file could not be found. Defaulted to export symbols for J9THR23.dll How can I get symbol files for java applications? Thanks in advance. More details are here: * Exception...

Spring JavaMailSenderImpl: where to set the charset?

Where do you define the charset a mail is sent with if you are using a Spring JavaMailSenderImpl? We are using the Spring JavaMailSenderImpl with a mail session we get from the Websphere Application Server 6.1. Strangely, the charsets used in sending the emails are different on different systems using the same code. I am looking for a w...

Can I host a WCF service with NetMsmqBinding in root "/" application of an IIS7 site?

I have created a WCF service with NetMsmqBinding, and hosted it in IIS7 using Windows Activation Service (WAS). Current (works perfectly): Hosted in IIS at: http://localhost/MyService/MyService.svc With the service endpoint address: http://localhost/private/MyService/MyService.svc And the corresponding queue: .\private$\MyService/M...

WAS hosting of queues

I read that when hosting a queue endpoint all these names need to match: Hosted in IIS at: http://localhost/MyService.svc service endpoint address: http://localhost/private/MyService.svc queue: .\private$\MyService.svc So I wonder, how can you host a service with multiple endpoints to different queues? For example a service that is l...

Hosting multiple endpoints under WAS

Is it possible to host a service with multiple binding endpoints under WAS. For example a service with tow TCP endpoints and tow message queue endpoints? Is that possible? ...

Is Windows Activation Service + WCF a replacement for COM+

WAS Features Application Pooling Recycling Idle time management Identity Management Isolation Sounds a lot like COM+ but hosted in IIS 7. Anybody out there using this technology and am I correct comparing the two? ...

BadImageFormatException encountered with WcfSvcHost and IIS WCF host

Creating a WCF Service Library in Visual Studio 2008 on Vista x64 is troublesome when referencing an x86 DLL. A service that calls a 32-bit DLL is required to have a platform target of x86 to run on a 64-bit OS. When you do this, the WcfSvcHost throws a BadImageFormatException when you attempt to debug the service. There is a bug report ...

WAS hosting a WCF service with net.tcp binding

I'm trying to publish a calculation service on a bunch of computers which will be used by an application server. The calculation servers are stateful and need to be able to perform asynchronous callbacks so I want to use per-session settings via TCP. The service application was built using the WCF Service Application project type in VS2...

JavaEE 5, WAS 6.0 Strange issue with JSP includes

Hi Friends, We are currently in the process of migrating our application from our production environment to a brand new data center. Current Production Environment : Java 1.4, Java EE 3, WAS 5.1, JSF 2.1 New Data Center Environment: Java 1.5, Java EE 5, WAS 6.1, JSF 2.1 Our application is built on JSF 2.1 and contains the code below ...

Java 1.5, Java EE 5, WAS 6.1: Exception loading a resource bundle with ResourceBundle.getBundle(...)

Here's another issues that we are facing while migrating our application from current production environment to the new data center environment (see details below) Current Production Environment : Java 1.4, Java EE 3, WAS 5.1, JSF 2.1 New Environment: Java 1.5, Java EE 5, WAS 6.1, JSF 2.1 Here we have a third party jar file with the ...

Websphere configuration template

Does anyone know if it is possible to export existing configuration of websphere application server 6.1 and import it to other instance of WAS ? ...

Can I build a .net web service that allows anonymous access but impersonates user privilages based on userid?

I have a web application on an IBM WAS server (Windows). In the WAS app users are able to browse files on a different server. This functionality connects to a web service in order to retrieve a listing of files from a network path. The web service is built with .net and resides on a separate server which is in the same domain as the f...

Invalid workspace Error while installing new EAR on IBM WAS Server

Hi, When I try to install a new EAR on IBM WAS 6.1 server through "Install new Application" option, it throws an error after 20-30 mins on the installation screen "ADMA5006E: An error occurred configuring ABC in WebSphere Application Server repository: com.ibm.ws.sm.workspace.WorkSpaceException: WKSP0009E Workspace is invalid " and th...

Hosting wcf service in WAS

I wrote my WCF Service I need to host this in Windows Activation services (WAS) in my vista machine.. Please tell how to host my service in WAS.. Also how to consume this client apps ...

Session Overflow errors

Can some one explain what is a session overflow error in WAS? Is it advantageous or disadvantageous to have a session overflow base in memory value set? Please do enlighten on this. ...