Questions tagged [websphere-8]

Version 8.x of IBM WebSphere Application Server (WAS)

1195 questions
3
votes
1 answer

How can 'Global security' 'Custom properties' be modified using jython scripting for 'WebSphere 7'?

I am using 'WebSphere 7 Application Server' in a clustered environment. I am attempting to use jython to script the configuration and setup. All well thus far. However, I have hit a road block. I cannot find a way to modify the 'Custom properties'…
3
votes
2 answers

Starting Websphere 8 in eclipse

I am using Win7 64 bit and when i try to start websphere 8 inside my eclipse it says Get the following error when start the server : Exception in thread "main" java.lang.NoClassDefFoundError: Files Caused by: java.lang.ClassNotFoundException:…
user1374266
  • 323
  • 1
  • 4
  • 19
2
votes
3 answers

WSCallHelper.jdbcCall implementation for WAS 8

I have this class package com.middleware.jdbc.j2ee.websphere; public class WS50NativeJDBCExtractorImpl implements NativeJDBCExtractorInf { private Class webSphere5ConnectionClass; private Method webSphere5NativeConnectionMethod; private…
Archie
  • 23
  • 1
  • 5
2
votes
0 answers

Spring in Websphere Application Server

I'm working on a project which using JSF-Spring-Hibernate and run on Tomcat and Jetty. I got to run it with Websphere Application Server(V8). I've tried to do this, but I cant. I created a Enterprise Application from admin console. I put my project…
Ahmet DAL
  • 4,445
  • 9
  • 47
  • 71
2
votes
1 answer

Load Time Weaving 3rd Party Class on Websphere 8 using Aspectj

We are using AspectJ(1.6.12) for weaving a third party library class (SpringBeanELResolver). We enable LTW using , and our aspect uses AspectJ annotation configuration. Everything works fine on jetty with full list of…
iesen
  • 65
  • 2
  • 11
2
votes
0 answers

Traditional Websphere docker - copy XML to node

I'm attempting to dockerize an older application. Part of this work involves importing the namespace bindings, resources, security, and variables (XML files) in to the Docker container. Issue I'm encountering is with the COPY command: COPY…
fakataha
  • 785
  • 6
  • 31
2
votes
0 answers

Webspher TimeOutException

enter image description here When sending a lot of data, there is an error (less data is not encountered) but the receiver still saves the data in the database, the party sends the timeout message, how to fix it?
2
votes
1 answer

Producer not being used for a class located in a jar

I have the following setup - tokenmanager.jar - SecurityService.class - MyService.class (@Inject SecurityService) - META-INF - beans.xml - MyApplication.war - SecurityServiceProducer.class - WEB-INF -…
kenny
  • 1,157
  • 1
  • 16
  • 41
2
votes
1 answer

Jprofiler and WebSphere 8 Integration Issue

I'm having some issues getting JProfiler connected to a remote WebSphere 8.5.5 instance that is running on Linux. When I start JProfiler on my Windows 10 machine I select the "Profile an application server, locally or remotely" and select the option…
2
votes
1 answer

DeploymentDescriptorLoadException: dd_in_ear_load_EXC

I have a WebSphere enterprise app. Manual deployment in the IBM admin console works with no issue, but with the wsadmin scripts and jython, AdminApp.update('%APP_NAME%', 'app', '[ -operation update -contents %EAR_FILE% -usedefaultbindings…
Heinz
  • 913
  • 4
  • 12
  • 22
2
votes
3 answers

How to find InitialContext details in WebSphere?

I am working on setting up a servlet client which accesses Deployed EJBs. EJBs are deployed in 2 node setup on WebSphere 8.5 . On each server, I will be deploying Servlet which access EJBs. People will be connecting to Servlet which internal will…
user4235401
2
votes
0 answers

Error 500: java.lang.NoSuchMethodError: javax/validation/Validator

i am using WebSphere version 8.5.5.1 that contains an EAR file. I am using java bean validation,so i added all jar needed in SHARED_LIBRARY of WebSphere.but i get below error when i did some tests. Your helps please.Thanks Error 500:…
rbaha
  • 140
  • 1
  • 11
2
votes
3 answers

Breakpoints not working on JSP pages in Eclipse

Breakpoints are being hit in the Java code, the project is being run as Debug, "Skip All Breakpoints" is disabled, line breakpoints (blue dots) are on lines in my JSP pages. The result in the web browser debug, so I know it's hitting the right…
Philip Rego
  • 552
  • 4
  • 20
  • 35
2
votes
1 answer

Installing IBM HTTP Server?

My team is trying to figure out how to install IBM HTTP Server for Websphere V8.5.5, and we can't use IHS V9 (I've been told it does not work). The only option available is to use installation manager. I've gotten the lastest installation manager…
Shorin
  • 549
  • 3
  • 13
2
votes
1 answer

unable to launch springboot application deployed on websphere 8.5.5

I have made a java application with spring boot 1.4.3.release (starter parent dependency) and hibernate 5.0.12 along with a database connection to Oracle 11g which is to be deployed on Websphere 8.5.5. The problem is that the war file of the above…
ajay verma
  • 340
  • 1
  • 8