• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS and ORACLE

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i want to know if IBM WAS 5.0, supports oracle 9i client, coz when i use oracle_v9 as the dbvendor attribute in wsejbdeploy taskdef of ant, it says invalid database, whereas if i say oracle_v8 it throws me the following exception, i dont know if these exceptions are specific to oracle, iam new to this help me, thanx
[wsejbdeploy] [*Error] An unexpected exception was thrown. Halting execution. [wsejbdeploy] Shutting down workbench. [wsejbdeploy] Error importing: Error importing Module File.
[wsejbdeploy] >com.ibm.etools.ejbdeploy.EJBDeploymentException (Error importing: Error importing Module File.)
[wsejbdeploy] >com.ibm.etools.wft.util.WFTWrappedException (Error importing Module File) [wsejbdeploy] com.ibm.etools.archive.exception.OpenFailureException: IWAE0006E Archive is not a valid EJB JAR File because the deployment descriptor can not be found (case sensitive): META-INF/ejb-jar.xml
[wsejbdeploy] IWAE0055E Archive is not a valid EJB JAR file (1.0) because no serialized deployment descriptors can be found, either in the manifest or in entries with a ".ser" extension [wsejbdeploy] at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openSpecificArchive CommonarchiveFactoryImpl.java:630)
[wsejbdeploy] at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:640)
[wsejbdeploy] at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEJBJarFile(CommonarchiveFactoryImpl.java:553)
[wsejbdeploy] at com.ibm.etools.archive.ejb.operations.EJBJarImportOperation.openModuleFile(EJBJarImportOperation.java:186)
[wsejbdeploy] at com.ibm.etools.archive.j2ee.operations.J2EEImportOperation.importModuleFile(J2EEImportOperation.java:164)
[wsejbdeploy] at com.ibm.etools.archive.j2ee.operations.J2EEImportOperation.execute(J2EEImportOperation.java:123) [wsejbdeploy] at com.ibm.etools.archive.ejb.operations.EJBJarImportOperation.execute(EJBJarImportOperation.java:83) [wsejbdeploy] at com.ibm.etools.j2ee.operations.HeadlessJ2EEOperation$1.run(HeadlessJ2EEOperation.java:74) [wsejbdeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1378) [wsejbdeploy] at com.ibm.etools.j2ee.operations.HeadlessJ2EEOperation.run(HeadlessJ2EEOperation.java:88) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.importJar(BatchExtension.java:1005) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runJarDeploy(BatchExtension.java:408) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$100(BatchExtension.java:103) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:239)
[wsejbdeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1378) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:221)
[wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:184) [wsejbdeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [wsejbdeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [wsejbdeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [wsejbdeploy] at java.lang.reflect.Method.invoke(Method.java:324) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:255) [wsejbdeploy] at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:133) [wsejbdeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:82) [wsejbdeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:309) [wsejbdeploy] EJBDeploy level: 20021023_1257-WB201-AD-V50D-GA-I BUILD FAILED file :/xgenerationV2/WEB-INF/classes/build.xml:65: Java returned: 1
reply
    Bookmark Topic Watch Topic
  • New Topic