0 Replies Latest reply on Mar 23, 2011 9:54 AM by abhisheknischal

    migrating application to jboss

    abhisheknischal

      i am new to jboss. and migrating my application from websphere to JBOSS, for i need to modify a script file originally written for websphere to run class file which is inside an ear file. but when i try it fails and gives following error.

       

       

      my_cyclestatuslisten.sh: line 3: /app/jboss/jboss-eap-4.3/jboss-as/server/nautilusPOC/deploy: is a directory

      ./my_cyclestatuslisten.sh: line 5: [: : integer expression expected

      NO PROCESS TO KILL

      my_cyclestatuslisten.sh: line 86: -Dejb.home.factory.impl=com.ingrammicro.ejb.EJBHomeFactoryImpl_Default: command not found

      ./my_cyclestatuslisten.sh: line 91: -Dserver.root=/app/jboss/jboss-eap-4.3/jboss-as: No such file or directory

      ./my_cyclestatuslisten.sh: line 94: -Dws.ext.dirs=/app/jboss/jboss-eap-4.3/jboss-as/lib:/app/jboss/jboss-eap-4.3/jboss-as/server/nautilusPOC/lib: No such file or directory

      ./my_cyclestatuslisten.sh: line 99: Dlog4j.configuration=file:///app/JBOSS/servers/c2lint/EagnLoggerClient.xml: No such file or directory

      ./my_cyclestatuslisten.sh: line 101: -Dcom.ingrammicro.services.messaging.JMSUtilities.impl.class=com.ingrammicro.services.messaging.NonJ2EEJMSObjectManager: command not found

      ./my_cyclestatuslisten.sh: line 103: com.ibm.websphere.client.applicationclient.launchClient: command not found

      Returning 0

       

      previously i was advised to use jboss 5.0 but jboss 5.0 doesn't support ejb 1.1

      thanks in advance