Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
MichaelJFlynn
Post subject: Cannot deploy to WAS 6.1 Server  PostPosted: Jul 30, 2008 - 07:39 PM



Joined: Jul 30, 2008
Posts: 3

Hi, I am using my eclipse blue 6.5 and i am trying to depoy a simple basic ear to a WAS 6.1 server. Server is setup through connector correctly but app will not deploy. Getting the following error :
-nodeployejb

+++ Warning +++: Wed Jul 30 19:26:29 BST 2008 org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/javaee/application_5.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.warning(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.reportSchemaWarning(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.getSchemaDocument(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at org.eclipse.wst.common.internal.emf.utilities.DOMUtilities.loadDocument(DOMUtilities.java:546)
at org.eclipse.wst.common.internal.emf.resource.EMF2DOMRenderer.loadDocument(EMF2DOMRenderer.java:72)
at org.eclipse.wst.common.internal.emf.resource.EMF2DOMRenderer.doLoad(EMF2DOMRenderer.java:60)
at org.eclipse.wst.common.internal.emf.resource.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:141)
at org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:173)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:977)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:832)
at org.eclipse.wst.common.internal.emf.resource.TranslatorResourceImpl.load(TranslatorResourceImpl.java:384)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:249)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:264)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:349)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:342)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:869)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:255)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:39)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:87)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:81)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:296)
at com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:627)
at com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:706)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:787)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:604)
at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
at com.ibm.ws.management.application.client.AppInstallHelper.getArchive(AppInstallHelper.java:117)
at com.ibm.ws.management.application.client.AppInstallHelper.getEarFile(AppInstallHelper.java:99)
at com.ibm.ws.management.application.client.AppInstallHelper.getAppDeploymentInfo(AppInstallHelper.java:156)
at com.ibm.websphere.management.application.AppManagementFactory.readArchive(AppManagementFactory.java:92)
at com.ibm.websphere.management.application.AppManagementFactory.readArchive(AppManagementFactory.java:62)
at com.ibm.ws.scripting.AdminAppClient.getController(AdminAppClient.java:4186)
at com.ibm.ws.scripting.AdminAppClient.commonPrepare(AdminAppClient.java:2474)
at com.ibm.ws.scripting.AdminAppClient.doInstall(AdminAppClient.java:1739)
at com.ibm.ws.scripting.AdminAppClient.doInstall(AdminAppClient.java:1654)
at com.ibm.ws.scripting.AdminAppClient.install(AdminAppClient.java:1261)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at tcl.lang.reflect.PkgInvoker.invokeMethod(PkgInvoker.java:125)
at tcl.lang.JavaInvoke.call(JavaInvoke.java:263)
at tcl.lang.JavaInvoke.callMethod(JavaInvoke.java:121)
at tcl.lang.ReflectObject.cmdProc(ReflectObject.java:914)
at tcl.lang.Parser.evalObjv(Parser.java:818)
at tcl.lang.Parser.eval2(Parser.java:1221)
at tcl.lang.Interp.eval(Interp.java:2222)
at tcl.lang.Interp.eval(Interp.java:2276)
at com.ibm.bsf.engines.jacl.JaclEngine.eval(Unknown Source)
at com.ibm.bsf.util.BSFEngineImpl.exec(Unknown Source)
at com.ibm.bsf.BSFManager$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:241)
at com.ibm.bsf.BSFManager.exec(Unknown Source)
at com.ibm.ws.scripting.AbstractShell.executeScript(AbstractShell.java:957)
at com.ibm.ws.scripting.AbstractShell.run(AbstractShell.java:1896)
at com.ibm.ws.scripting.WasxShell.main(WasxShell.java:975)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:264)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:75)
WASX7017E: Exception received while running file "C:\myEclipseBlue\myeclipse\eclipse\plugins\com.genuitec.eclipse.blue.websphere61_6.5.1.zmyeclipse650200806\installEAR.jacl"; exception information: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: META-INF/application.xml

Any help would be greatly appricated,
Thank you
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Cannot deploy to WAS 6.1 Server  PostPosted: Jul 31, 2008 - 03:54 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Are you behind a proxy?

Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
MichaelJFlynn
Post subject:   PostPosted: Jul 31, 2008 - 05:21 PM



Joined: Jul 30, 2008
Posts: 3

Hi,
Thank you for your reply

My install details are as follows:

*** Date:
31 July 2008 17:14:34 o'clock IST

** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0


*** MyEclipse details:
MyEclipse Blue Edition
Version: 6.5.1 Blue GA
Build id: 6.5.1-Blue-GA-20080715


*** Eclipse details:
MyEclipse Blue Edition

Version: 6.5.1 Blue GA
Build id: 6.5.1-Blue-GA-20080715




Eclipse RCP

Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800


Eclipse Project SDK

Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800


Eclipse Java Development Tools

Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800


Eclipse Platform

Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800


Eclipse Plug-in Development Environment

Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800


Eclipse Graphical Editing Framework

Version: 3.3.2.v20080129
Build id: 20080221-1602




Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\MyEclipse65BlueV2\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\MyEclipse65BlueV2\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\MyEclipse65BlueV2\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
978_4c
-clean
-vm
C:\IBM\SDP70\runtimes\base_v61\java\jre\bin\javaw.exe



I can hit the schema file from a browser without any issue.
Also, as well as the message above from deployment log (first post) , when i look at c:\myEclipseWSV2\.metadata\.log i get the following error (Both messages are logged when deploying an ear/war).


!ENTRY com.genuitec.eclipse.ast.deploy.core 1 0 2008-07-31 17:10:27.824
!MESSAGE Deploy failed
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: Unable to deploy WAR application to WebSphere server.
at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployWAR(BaseWebsphereManager.java:308)
at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployApplication(BaseWebsphereManager.java:157)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:245)
at com.genuitec.eclipse.ast.deploy.core.Deployment.ā(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.ā(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject:   PostPosted: Aug 04, 2008 - 11:39 AM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Have you entered the proxy information under Wundows > Prefs > General > Network Connection?

Quote:

!ENTRY com.genuitec.eclipse.ast.deploy.core 1 0 2008-07-31 17:10:27.824
!MESSAGE Deploy failed
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: Unable to deploy WAR application to WebSphere server.
at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployWAR(BaseWebsphereManager.java:308)
at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployApplication(BaseWebsphereManager.java:157)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:245)
at com.genuitec.eclipse.ast.deploy.core.Deployment.ā(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.ā(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Is this the entire message that gets pasted in the log file or is there more information?

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
MichaelJFlynn
Post subject:   PostPosted: Aug 07, 2008 - 12:11 PM



Joined: Jul 30, 2008
Posts: 3

Hi,
I believe i have discoverd the issue above. It looks like WAS 6.1 server does not support java EE 5. Is this correct?
I then created a J2EE 1.4 based project and tried to deploy to was 6.1 through my eclipse. I get the error below. It looks like to deployment startes fine but issue occurs tidying up temp directory. If i export project to war file from myEclipseBlue and deploy war directory to Server through admin console it deploys fine.

Any ideas?
Thank you for your help.

----------------------------------------------------------------------------------------------------------------------------
MyEclipse: deployment START explodedproject: test1234 server: websphere61Server#AppSrv01 time: Thu Aug 07 11:44:26 BST 2008
----------------------------------------------------------------------------------------------------------------------------
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\installableApps\test1234.war, DUBFISCA341381Node03Cell, DUBFISCA341381Node03, server1, /test1234, test1234, {{"test1234.war" "test1234.war,WEB-INF/web.xml" default_host}}, {{"null" "test1234.war,WEB-INF/ibm-web-ext.xmi"AppDeploymentOption.Yes 1}}, test1234.war, false]"
-contextroot "/test1234" -nopreCompileJSPs -distributeApp -useMetaDataFromBinary -nodeployejb -appname "test1234" -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{"test1234.war" "test1234.war,WEB-INF/web.xml" default_host}} -JSPReloadForWebMod {{"null" "test1234.war,WEB-INF/ibm-web-ext.xmi"AppDeploymentOption.Yes 1}}
C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\installableApps\test1234.war
DUBFISCA341381Node03Cell
DUBFISCA341381Node03
server1
/test1234
test1234
{"test1234.war" "test1234.war,WEB-INF/web.xml" default_host}
{"null" "test1234.war,WEB-INF/ibm-web-ext.xmi"AppDeploymentOption.Yes 1}
test1234.war
false
WASX7327I: Contents of was.policy file:
//
// Template policy file for enterprise application.
// Extra permissions can be added if required by the enterprise application.
//
// NOTE: Syntax errors in the policy files will cause the enterprise application FAIL to start.
// Extreme care should be taken when editing these policy files. It is advised to use
// the policytool provided by the JDK for editing the policy files
// (WAS_HOME/java/jre/bin/policytool).
//

grant codeBase "file:${application}" {
};

grant codeBase "file:${jars}" {
};

grant codeBase "file:${connectorComponent}" {
};

grant codeBase "file:${webComponent}" {
};

grant codeBase "file:${ejbComponent}" {
};


ADMA5016I: Installation of test1234 started.
ADMA5058I: Application and module versions are validated with versions of deployment targets.
WSWS0041I: Web services deploy task completed successfully.
WSWS0038E: Error from Web services deploy tool: Deployment error:org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException: IWAE0017E Unable to replace original archive: C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\wstemp\wstemp\app_11b9cc4a359\dpl\ws\dpl_test1234
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException: IWAE0017E Unable to replace original archive: C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\wstemp\wstemp\app_11b9cc4a359\dpl\ws\dpl_test1234
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ArchiveImpl.cleanupAfterTempSave(ArchiveImpl.java:460)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ArchiveImpl.saveAsNoReopen(ArchiveImpl.java:1320)
at com.ibm.etools.webservice.deploy.core.ConsoleEARDeploymentModule.save(ConsoleEARDeploymentModule.java:55)
at com.ibm.etools.webservice.deploy.core.EARDeploymentModule.execute(EARDeploymentModule.java:80)
at com.ibm.etools.webservice.deploy.core.DeployWebService.deploy(DeployWebService.java:151)
at com.ibm.etools.webservice.deploy.core.DeployWebService.execute(DeployWebService.java:97)
at com.ibm.ws.webservices.deploy.WSDeployTask.performTask(WSDeployTask.java:215)
at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:262)
at java.lang.Thread.run(Thread.java:797)
ADMA5011I: The cleanup of the temp directory for application test1234 is complete.
ADMA5014E: The installation of application test1234 failed.
WASX7017E: Exception received while running file "C:\Program Files\MyEclipse 6.5 Blue\myeclipse\eclipse\plugins\com.genuitec.eclipse.blue.websphere61_6.5.1.zmyeclipse650200806\installWebModule.jacl"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7132E: Application install for C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\installableApps\test1234.war failed: see previous messages for details.

----------------------------------------------------------------------------------------------------------------------------
MyEclipse: deployment START explodedproject: test1234 server: websphere61Server#AppSrv01 time: Thu Aug 07 11:58:32 BST 2008
----------------------------------------------------------------------------------------------------------------------------
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[test1234]"
test1234
WASX7017E: Exception received while running file "C:\Program Files\MyEclipse 6.5 Blue\myeclipse\eclipse\plugins\com.genuitec.eclipse.blue.websphere61_6.5.1.zmyeclipse650200806\uninstallApplication.jacl"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name "test1234" does not exist.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject:   PostPosted: Aug 11, 2008 - 09:01 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Can you right click on the MyEclipse icon and open up properties. In the Target TextBox adjust the JRE to point to a sun JRE and see if it makes any difference.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
defiant42
Post subject:   PostPosted: Aug 12, 2008 - 02:45 PM



Joined: Jul 08, 2008
Posts: 15

I was having the same EXACT problem. And re-created both the EAR & EJB projects as J2EE 1.4, and got past this.

Eric
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject:   PostPosted: Aug 13, 2008 - 10:17 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Eric,
Can you paste you installation details (MyEclipse > Installation Summary > Installation Details) here for me.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
defiant42
Post subject:   PostPosted: Aug 14, 2008 - 02:20 PM



Joined: Jul 08, 2008
Posts: 15

Please see below.

Eric

*** Date:
Thursday, August 14, 2008 8:18:24 AM CDT

** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_14


*** MyEclipse details:
MyEclipse Blue Edition
Version: 6.5.0 Blue GA
Build id: 6.5.0-Blue-GA-20080609


*** Eclipse details:
MyEclipse Blue Edition

Version: 6.5.0 Blue GA
Build id: 6.5.0-Blue-GA-20080609




Eclipse Graphical Editing Framework

Version: 3.3.2.v20080129
Build id: 20080221-1602


Eclipse Platform

Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800


Eclipse RCP

Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800


Eclipse Java Development Tools

Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800


Eclipse Plug-in Development Environment

Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800


Eclipse Project SDK

Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800




Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\apps\MyEclipse6.5Blue\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\apps\MyEclipse6.5Blue\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\apps\MyEclipse6.5Blue\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
145c_78
-clean
–showlocation
-data
C:\dev\eclipse\ws8
–vmargs
–Xmx1536m
-vm
C:\apps\MyEclipse6.5Blue\jre\bin\javaw.exe
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject:   PostPosted: Aug 14, 2008 - 07:39 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

I just checked with my dev team and it looks like WAS 6.1 doesn't support Java EE 5.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
defiant42
Post subject:   PostPosted: Aug 14, 2008 - 10:28 PM



Joined: Jul 08, 2008
Posts: 15

Right. These projects are NOT (Repate NOT) JavaEE 5.0. They are J2EE 1.4.

Eric
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits