Questions tagged [websphere-9]

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

68 questions
3
votes
0 answers

Websphere Appserver v9 test Data Source connection fails

I have configured a sybase datasource on websphere applicaiton server 9 installed on Linux,and trying to test it. But it fails with below exception >DSConfigurati W DSRA8201W: DataSource Configuration: DSRA8040I: Failed to >connect to the…
csanni
  • 71
  • 6
2
votes
1 answer

Websphere 9.00.6 Eclipse oxygen EAR deploying issue

I am deploying EAR into websphere 9.0.0.6 ISC everytime I make a change to java file. Its taking long time. Is there any setting I can do so that every time I make java change, can websphere deploy(Publish) the code automatically.
Sruthi
  • 61
  • 1
  • 7
2
votes
1 answer

Websphere 9X unable to deploy ear file via jython script

I'm writing due to an error I just cannot seem to work around. WASX7017E: Exception received while running file "/root/wsDeploy.py"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7115E: Cannot read input file…
user1802263
  • 93
  • 1
  • 7
2
votes
1 answer

Does WebSphere's JAXB MarshallerProxy use the reference implementation?

At https://stackoverflow.com/a/35443723/1031689 setting the system property com.ibm.xml.xlxp.jaxb.opti.level=0 in WebSphere. Using this setting will cause the JAXB reference implemenation to be used for unmarshalling and marshalling instead of …
JasonPlutext
  • 15,352
  • 4
  • 44
  • 84
1
vote
0 answers

WebSphere Application Server 9.0.x - Find out many FileNotFoundException in SystemOut.log after add filter config in web.xml

I have a web application running in WebSphere Application Server 9.0.x, and I integrate the Shiro security framework to the web application recently. web.xml:
1
vote
2 answers

What are the ways in which individual files (.class, properties, .xhtml) be updated in Websphere Application Server (WAS)?

I have a legacy application (EAR) that is decades old, based on WebSphere Application Server 9.0 (WAS). It has moved across different development teams to reach us for further development and support. We get minimal support requests where we hardly…
nitinsj
  • 11
  • 3
1
vote
0 answers

Problem of dependency from OpenCMIS and other libs

in a project I am having a dependency problem that is driving me crazy. We are talking about a Maven project, which has several modules WebModulo.war DAO.jar RESTModule.war EAR otherModule REST services are implemented using javax rs. In the DAO…
vecio88
  • 95
  • 1
  • 11
1
vote
1 answer

log4j: java.lang.ClassCastException: com.ibm.ejs.jms.JMSTopicConnectionFactoryHandle incompatible with javax.jms.TopicConnectionFactory on WebSphere 9

I'm having some struggles getting a Java web-application running on IBM WebSphere Application Server 9.0.5.5 sending messages to an IBM MQ topic using log4j 1.2.17. In WAS we originally had a ConnectionFactory set up to use to communicate with the…
Curt C.
  • 63
  • 4
1
vote
1 answer

Best practices to get programmatically Public Key from a keystore in WebSphere Liberty Profile (WLP)

I use currently the following code to get a public key from a certificate from keystore in WebSphere Application Server Full Profile: KeySetManager keySetMgr = KeySetManager.getInstance(); WSKeySet keySet =…
Barat Sahdzijeu
  • 1,683
  • 1
  • 18
  • 29
1
vote
1 answer

ALPN callback dropped: HTTP/2 is disabled. Is alpn-boot on the boot class path" on IBM Webshere 9 JAVA 8

Need help on this. Sending HTTP2 request to Apple push server using OKhttp3 client. Server: Webshere 9 Java : 8 OKhttp3 :4.8.1 Also added ALPN jar in boot classpath. ALPN jar version mapped accurately with JDK version in…
1
vote
0 answers

Problem creating SOAP message in Websphere

I have a piece of code that is trying to create a SOAP message from an XML file using a FileInputStream like so.. SOAPMessage message = MessageFactory.newInstance().createMessage(null, stream); This works fine on our WebSphere (v9) development…
Sam
  • 99
  • 1
  • 2
  • 8
1
vote
0 answers

Trailing slash at the end of Servlet uri in Websphere Application Server 9 is throwing 404, but it's working fine in WAS 7

In my application I have a servlet which is supposed to get executed after j_security_check in WebSphere Application Server Traditional 9.0.5.4. The Login form is as below with the j_security_check
Bill
  • 11
  • 1
1
vote
0 answers

Httpservletrequest.authenticate() method not sending redirection to login page

My application is running on Websphere application server 9.0.0.9. I have the following security constraints added in the web.xml file of my application. The intention is to secure every request irrespective of whether it needs to be authenticated…
1
vote
0 answers

How to fix missing descriptor for class POJO after update server?

I am having issue with code that use Native query below: public Result getSearchResult(String classID, Integer pageNo, Integer pageSize , String orderBy, String orderType,String language){ …
Einz
  • 37
  • 5
1
vote
1 answer

Java.lang.LinkageError for Java ear-file in Websphere 9

I got this error in Websphere 9 for a Java application deployed as an EAR-file when I try calling one of my web services. Caused by: java.lang.LinkageError: ClassCastException: attempting to…
1
2 3 4 5