Questions tagged [was]

The Windows Process Activation Service (WAS) manages the activation and lifetime of the worker processes that contain applications that host WCF services. For Websphere AS, please use [websphere] tag.

Excerpt from MSDN: Hosting in Windows Process Activation Service:

"The Windows Process Activation Service (WAS) manages the activation and lifetime of the worker processes that contain applications that host Windows Communication Foundation (WCF) services. The WAS process model generalizes the IIS 6.0 process model for the HTTP server by removing the dependency on HTTP. This allows WCF services to use both HTTP and non-HTTP protocols, such as Net.TCP, in a hosting environment that supports message-based activation and offers the ability to host a large number of applications on a given machine."

This allows for the development, hosting and lifetime management of services that implement a wide range of transport channels. For example, Tibco EMS messaging.

192 questions
0
votes
0 answers

More explanation for Assembly build Version at runtime in Blazor wasm app

I am trying to use the code found in Assembly build version at runtime in blazor wasm app in a plain straight forward way. I think the answer assumes an environment and/or imports that I don't understand possibly by using extensions. Is there a…
Knox
  • 2,909
  • 11
  • 37
  • 65
0
votes
0 answers

1.on websphere server getting java.lang.ClassCastException: org.jboss.seam.web.ContextFilter incompatible with javax.servlet.Filter

1.on websphere server getting java.lang.ClassCastException: org.jboss.seam.web.ContextFilter incompatible with javax.servlet.Filter 2.it is working on jboss app server. 3.ContextFilter is a filter applied to /* in web.xml hence when applications is…
Pranjal
  • 35
  • 3
0
votes
1 answer

How to restore old was profile from filesystem

I had some profile in the WebSphere application server but due to some issue i had to re install the WAS. now i want to load that old profile which still exist in my file system. is there any way to get that profile back?
KUNAL HIRANI
  • 641
  • 1
  • 7
  • 20
0
votes
1 answer

moved net.tcp WCF services from localhost to IP address on new site, services won't load

I have a website running 2 WCF services. Working awesome until I needed to move them from the "Default Web Site" in IIS7 to a dedicated website with a new IP address. Now I get the error message: "...could not be loaded because more than one…
user514005
0
votes
0 answers

wasHome con docker windows

I have a docker environment with was in Windows 11, when I install the mvn in IntelliJ IDEA it throws me: "The parameters 'wasHome' for goal com.orctom.mojo:was-maven-plugin:1.0.8:deploy are missing or invalid" enter image description here enter…
0
votes
1 answer

Exception in thread "P=69052:O=0:CT" java.lang.ClassCastException: org.omg.stub.java.rmi._Remote_Stub

I'm using was 9.0, EJB 3.0 and I written a RMI class to call the remote's EJB. When I run, the console shows me this error: Exception in thread "P=69052:O=0:CT" java.lang.ClassCastException: org.omg.stub.java.rmi._Remote_Stub The RMI…
Luciana Oliveira
  • 822
  • 4
  • 14
  • 35
0
votes
1 answer

log4j2 Web Lookup not working for IBM WAS9 JVM Custom Property

We have Spring java-based web applications which use log4j2.xml for logging messages to files, etc. We now need to update our log4j2.xml configs in order to be able to do a ${a.b.c} web lookup inside them so that we can use a JVM custom property…
Robin
  • 1
  • 3
0
votes
1 answer

Set-WebConfigurationProperty to change parameter is slow

I have a WebSite running with WebDav in Windows server 2012, it contains 10,000 web applications, it is working properly, recently I would like to migrate it to Windows server 2019, I use poweshell scripts to bulk create 10,000 web applications and…
0
votes
1 answer

Output is wrong with IBM HPEL and logViewer.sh

I'm using a Websphere Application Server 8.5.5.12. For the logging part of my application, I use Slf4j with Log4j. When HPEL is off, the logs are correctly stored in my SystemOut.log. However, when I switch HPEL on, I can see strange things…
Weizen
  • 263
  • 2
  • 6
  • 17
0
votes
1 answer

Getting Open jpa 2.2.3 error for wa9 having jpa 2.0

I am new to was 9. In my application default jpa setting is 2.0. But when an error occured, in the console it is showing error caused by jpa 2.2.3. In the code, I didn't set this version. Then how it is getting 2.2.3 version?
SumiSujith
  • 475
  • 5
  • 9
0
votes
0 answers

i cant find, or download iisforward.dll. where is it?

I need iisforward.dll. but I can`t find iisforward.dll. How can I get that file? ++ It is not with iisproxy.dll. Also, I try to use Everything program.
swz
  • 63
  • 6
0
votes
1 answer

Apache Tomcat component hierarchy processing for each different access request

I'm learning Apache Tomcat and reading book about Tomcat 6. The first chapter is about fundamental components included in Tomcat 6. The diagram of the hierarchy depicts basic components are accordingly Server, Service, Engine, Host, Context, and…
0
votes
1 answer

can we use wasPreUpgrade and WASPostUpgrade scripts to migrate from one machine to another which runs same Websphere version v8.5.5.17

Trying to move the Dmgrs and Nodes to new machines with different OS. The WAS install paths and profile locations are different on source and target servers Both source and target machines are on 8.5.5.17 versions Different OS for source (intel) & …
Daniyal
  • 11
  • 2
0
votes
1 answer

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?
user80855
  • 1,414
  • 2
  • 12
  • 21
0
votes
1 answer

Is CAS version 3.4.3.1 compatible with WAS 9.0 and Java 8

We had CAS version 3.4.3.1 installed on WAS 7 and Java 6. Migrated it to WAS 9 and Java 8. Having issues and want to check if CAS version is compatible with Java 8 and WAS 9