Questions tagged [websphere-7]

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

811 questions
0
votes
1 answer

How can i stop Solr without stopping the WebSphere Commerce Test Server (IBM RAD)

I need to test some error handling use cases in the event that the Solr server shuts down or is unreachable. On one of our testing servers i can run the stopServer script passing in the indentifier for the Solr server. I have tried using the same…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
0
votes
1 answer

Is there any way to deploy EAR without bindings to Websphere 7

I'm using Maven to build EAR files. I need to deploy them to WAS 7 without IBM RAD. It seems that there is no way to deploy using maven plugins like Cargo. Because they don't support this version of WAS. Also I tried to use Jython scripts, but I…
Dmitry D
  • 760
  • 12
  • 24
0
votes
1 answer

IBM Worklight 6.0 - WebSphere Application Server -> SRVE0293E : javax.servlet.ServletException: Worklight Project not initialized

I installed a worklight .war on my Websphere Application server, following this tutorial : http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp?topic=%2Fcom.ibm.worklight.help.doc%2Fdevref%2Fc_dev_test_server_and_console.html After starting…
user2702566
  • 115
  • 15
0
votes
1 answer

Access Datasource through the JPA project

I have created the JPA project (I use OpenJPA 2.0 as the JPA provider). IDE: IBM Rational Softwara architect for Websphere Software(RAD) JPA Provider: OpenJPA Version: 2.0 Database: Oracle I created the datasource in Websphere(Version 7.0) and…
Java-Seekar
  • 1,720
  • 5
  • 30
  • 52
0
votes
1 answer

How can i correctly store Jar libs outside WebSphere?

I want to have my EventHandlers stored in custom folder, instead of CodeModule. I have WebSphere 7.0, so i set ClassPath value for JVM as "C:\jar" (without brackets), and put my Test.jar there. Now i want to create EventAction without CodeModule…
Horosho
  • 647
  • 1
  • 8
  • 22
0
votes
1 answer

Create URL resource with the scope to node

I'm creating the URL resorce on WebSphere 7 with the following Jython script: AdminResources.createURL(node, server, urlProvider, 'MyUrl', 'url/MyUrl', '/my/url') The problem is, the scope of new URL Resource is set to node+server. In Admin…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
0
votes
1 answer

Richfaces rendering is not working with websphere 8 after migration

we are using Richfaces 3.3.3 and webspheare 8 with RAD 8.0.3. we are facing some difficulties when we are running application in WAS8. below are those: we are getting FileNotFound exception for some JavaScript files and some Images (not for all…
user958340
  • 51
  • 1
  • 5
0
votes
3 answers

Unable to use launchpad.sh to install Websphere 7.0

I am in process of installing of the older version of Websphere AS on RHEL. WAS is version 7.0. I am attempting to use launchpad.sh script however I get the following error: An error occurred while starting the launchpad. This error typically…
svager
  • 769
  • 5
  • 13
  • 32
0
votes
1 answer

@EJB injection fails when remote ejb app is restarted

I am using EJB3.0. I have an application running on websphere app server v7 who is executing a remote ejb 3.0 running in a different application on the same app server. I use @EJB annotation to inject remote interface in my code. It runs fine, so I…
0
votes
1 answer

Unable to start the Administrative console of IBM WebSphere Application Server.Cause:java.lang.OutOfMemoryError

I am trying to start the Administrator Console of IBM Websphere but it is giving me error while starting the server,i am using following command to start the server C:\IBM\WebSphere\AppServer\profiles\AppSr2\bin>startServer.bat server1 ADMU0116I:…
mahesh
  • 274
  • 2
  • 4
  • 20
0
votes
1 answer

Shortcuts for WebSphere Admin Console pages?

I'm working with IBM's WebSphere Application Server 6.1 and 7, and the more I work with it, the more I find myself spending a lot of time drilling down to components. I understand that with WebSphere 7, they introduced tasks that allow high level…
armstrhb
  • 4,054
  • 3
  • 20
  • 28
0
votes
1 answer

Websphere hangs due to c3p0

I am using WAS 7.1 along with c3p0 (v 0.9.2.1) & hibernate (3.2.6ga) After some hours of usage Websphere hangs and I see this message in the log [6/24/13 10:57:50:377 CEST] 00000031 ThreadMonitor W WSVR0605W: Thread "WebContainer : 24" (00000048)…
KK99
  • 1,971
  • 7
  • 31
  • 64
0
votes
1 answer

Reflect the class file changes without bouncing websphere server

I'm using multiple EAR's in WAS7 server. For each and every changes in my class file I need to bounce the server. Is there any way to reflect my code chages without bouncing the WAS7 server? I looked into the thread Best to way to re-load java…
tuxian
  • 159
  • 5
  • 12
0
votes
1 answer

Websphere Application server not calling classes from jaxws jar

I am using jaxws-ri to create the stub from webservices.I have deployed the application on tomcat and it is working fine.Now I want to move to websphere 7.0. when I deploy the same war the login page is seen but when the call to the webservice is…
0
votes
1 answer

websphere 7 shows full error to customer on web app deployment/starting error

i have deployed my web application in WebSphere 7. this application is build using spring and jsp servlets. some times when it get deployed due to errors it shows the following attached image like errors. i have handled my web application errors…
Rangana Sampath
  • 1,447
  • 3
  • 32
  • 57