Bug 247974 - IBM WebSphere 6.0 WTP server plugin does not support 6.1
Summary: IBM WebSphere 6.0 WTP server plugin does not support 6.1
Status: RESOLVED INVALID
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: wst.server (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: wst.server CLA
QA Contact: Tim deBoer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 10:21 EDT by Michael OBrien CLA
Modified: 2008-09-19 11:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael OBrien CLA 2008-09-19 10:21:55 EDT
Hi, I am having a hard time finding a WTP server plugin for WebSphere 6.1.
I tried using the 6.0 version that ships with Ganymede 3.4 but I am running into missing jars that need to be stubbed.

After stubbing in the jars, I can get past the server instance creation and remove them.

Starting with
C:\opt\was61\lib\
activitySession.jar
acwa.jar
admin.jar
appprofile.jar
asynchbeans.jar
bsf.jar
channelfw.jar
cluster.jar
clusteradapter.jar
commonj-twm.jar
commons-discovery.jar
commons-logging-api.jar
distexcep.jar
dwlmclient.jar
dynacache.jar
ecutils.jar
ejbcontainer.jar
ejbcontainerImpl.jar
ejbportable.jar
emf.jar
ffdc.jar
i18nctx.jar
ivjejb35.jar
j2cIntf.jar
jdbcmediator.jar
jsf-api.jar
jstl.jar
management.jar
objectpool.jar
odc.jar
pm.jar
pmimpl.jar
processintf.jar
qryclient.jar
query.jar
querymd.jar
queryws.jar
ras.jar
rsadaptercci.jar
rsadapterspi.jar
rsaexternal.jar
runtime.jar
runtimefw.jar
sas.jar
scheduler-client.jar
scheduler-service.jar
security.jar
securityImpl.jar
servletevent.jar
sib.common.jar
sib.server.jar
soap-sec.jar
soap.jar
standard.jar
startupbean.jar
tx.jar
uddi4jv2.jar
utils.jar
vaprt.jar
wccm_base.jar
webcontainer.jar
webservices.jar
ws-commons-logging.jar
ws-jsf.jar
wsdl4j.jar
wsexception.jar
wsif-j2c.jar
wsif.jar
wssec.jar

c:\opt\was61\installedChannels
channel.http.jar
channel.ssl.jar
channel.tcp.jar

---results----
Not unexpected after faking in the 6.0 jars i get a CNFE - I will try using real 6.0 jars from an older 6.0 install, but I expect that the 6.0 plugin may still not work with 6.1
1> running server with stubs
2>running server without stubs

java.lang.NoClassDefFoundError: com/ibm/wsspi/runtime/ThreadPool$WorkerThread
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)


I am working on a tutorial page on using Eclipse WTP to manage an application using EclipseLink as the JPA provider on WebSphere 6.1.

http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebSphere_Web_Tutorial#Install_WebSphere_Eclipse_3.4_Server_Plugin


Configuration:

I installed the commercial 6.1.0.0 version with the EJB 3.0 fixpack and updates. 
Version: 3.4.0
Build id: I20080617-2000

WAS 6.1 with EJB3 fixpack
download.updii.61017.windows.ia32.zip 
6.1.0-WS-WASSDK-WinX32-FP0000017.pak 
6.1.0-WS-WAS-WinX32-FP0000017.pak 
6.1.0-WS-WASEJB3-WinX32-FP0000017.pak 
I augumented the original server profile 

thank you in advance
/michael
Comment 1 Tim deBoer CLA 2008-09-19 11:20:33 EDT
The WebSphere v6.0 adapter doesn't support v6.1, so I am closing this bug as invalid.

If you're requesting an adapter for v6.1, please add your comments to bug 160220.