0 Replies Latest reply on Oct 16, 2003 9:47 AM by ko5tik

    JB 3.2.0 / 3.2.2RC1  + Tomcat & JRockit

    ko5tik

      Hi all,
      Today I tried JRockit, and experienced strange behaviour.
      Well, it runs faster, but:
      - on 3.2.0 there was a big problem with jasper and "too many open files"
      ( was able to solve it by ulimit -n 16384, contrary to bea suggested 2048 ... ) Another annoying issue is recurring error message:

      17:32:47,489 ERROR [AbstractDeploymentScanner$ScannerThread] Scanning failed; continuing
      java.lang.NullPointerException
      at org.jboss.net.protocol.file.FileURLLister.filesToURLs(Ljava.net.URL;[Ljava.io.File;)Ljava.util.Collection;(FileURLLister.java:39)
      at org.jboss.net.protocol.file.FileURLLister.listMembers(Ljava.net.URL;Lorg.jboss.net.protocol.URLLister$URLFilter;)Ljava.util.Collection;(FileURLLister.java:35)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan()V(URLDeploymentScanner.java:476)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan()V(AbstractDeploymentScanner.java:195)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop()V(AbstractDeploymentScanner.java:206)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run()V(AbstractDeploymentScanner.java:185)
      at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
      ( seems to be harmless )
      - on 3.2.2 there was a big coredump, while loading some class from BCEL - though library has the same size as from 3.2.0, and diff -b
      found them identical...

      ( this rendered my web application using hibernate useless... )

      Anybody got it working with JRockIt?

      regards,