4 Replies Latest reply on Mar 5, 2002 8:25 PM by vpalasi

    Please, help. How to view deploy errors in Windows

    vpalasi

      Hello everybody.

      Please, may somebody help me with a problem that is driving me crazy?

      I'm starting to learn JBoss and I always have the same problem: I can't view error messages that are produced by JBoss.

      I.e, when trying to deploy an application, I copy the JAR file to the deploy directory. Then, JBoss start giving error messages. But JBoss produces A LOT OF error lines and only the first one interest me (the rest of them are like the following ones).

      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      3)
      at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)

      ... 30 more

      But, I CAN'T VIEW THE FIRST ONE because, after displaying 90 lines (for example), the MS-DOS window doesn't allow me to scroll up until the first line. That is, I can see the last lines but not the first one.

      Please, is there a way to see the first line of error? I have tried change the Java command of run.bat, this way:

      java ..whatever... > error.log
      java ..whatever... >> error.log

      But this does not Work. (I use Windows 98 SE)

      Please, PLEASE, help me. Any help would be greatly appreciated.

      Thank you,

      Vicent Palasi