12 Replies Latest reply on Nov 24, 2004 9:38 AM by gallowaym

    server\all\deploy\jboss-net.sar not found.

    jbroberg

      Are you using the 4.0 getting started guide or the 3.2 getting started guide?

        • 1. Re: server\all\deploy\jboss-net.sar not found.
          darranl

          To fix this problem, in the jboss-build.xml, replace the existing classpath setting with this one.






          <!-- the following jars are only used for the web-service client -->



          • 2. Re: server\all\deploy\jboss-net.sar not found.
            anil.saldhana

            I have got the same problems:

            Even If I started the server with: run.bat -c all

            BUILD FAILED
            C:\javadoc\j2ee\j2eetutorial14\examples\bank\jboss-build.xml:49: C:\jboss-4.0.0\jboss-4.0.0RC1\server\all\deploy\jboss-n
            et.sar not found.


            Josef Mayr

            • 3. Re: server\all\deploy\jboss-net.sar not found.

              Are you using the 4.0 getting started guide or the 3.2 getting started guide?

              • 4. Re: server\all\deploy\jboss-net.sar not found.
                jbroberg

                4.0, even though the 4.0 product links to the 3.2, i originally made that mistake, but then went back and got the right doco. same problem.

                • 5. Re: server\all\deploy\jboss-net.sar not found.
                  luc.texier
                  • 6. Re: server\all\deploy\jboss-net.sar not found.
                    tlthomas1

                    jboss-net.sar is not in the 3.2.x version either. Any place for a download?

                    • 7. Re: server\all\deploy\jboss-net.sar not found.
                      kewoldt

                      To fix this problem, in the jboss-build.xml, replace the existing classpath setting with this one.






                      <!-- the following jars are only used for the web-service client -->



                      • 8. Re: server\all\deploy\jboss-net.sar not found.
                        kewoldt

                        Sorry...the code didn't come out...try this...
                        <!--










                        -->

                        • 9. Re: server\all\deploy\jboss-net.sar not found.
                          josefmayr

                          I have got the same problems:

                          Even If I started the server with: run.bat -c all

                          BUILD FAILED
                          C:\javadoc\j2ee\j2eetutorial14\examples\bank\jboss-build.xml:49: C:\jboss-4.0.0\jboss-4.0.0RC1\server\all\deploy\jboss-n
                          et.sar not found.


                          Josef Mayr

                          • 10. Re: server\all\deploy\jboss-net.sar not found.
                            gallowaym


                            STOP THE MADNESS!!!!!!! YOU ARE USING THE WRONG VERSION OF jbossj2ee-src.zip.

                            As far as I can tell this has been common problem with the 4.0 version of this document. I know that I had the same problem...

                            When you download the Getting Started 4.0 PDF document it is in a zip file that ALSO contains jbossj2ee-src.zip - this is currently the ONLY place to get the 4.0 version of the jbossj2ee-src.zip file. If you got it from anywhere else - it's the wrong one.

                            To complicate things, the 3.x version of jbossj2ee-src.zip is named the same thing and has no distiguishing marks.

                            I recommend that you:

                            1.) Delete your j2eetutorial14 directory
                            2.) Reinstall the Sun tutorial stuff (j2eetutorial14)
                            3.) Make sure you are using the right jbossj2ee-src.zip and unzip it into your new j2eetutorial14 directory

                            If you are using Java 1.4, Sun J2EE Tutorial Update 2, JBoss 4.0.0 final and the correct jbossj2ee-src.zip on Linux or Win XP then the process should go EXACTLY as specified in the document. The only two files that you HAVE to modify are the hsqldb-ds.xml and the jboss-build.properties.
                            If you get wierd stuff you likely have an outdated component.

                            Also, you do not need to download the Apache Jakarta JSTL stuff seperately. If your Getting Started mentions Apache JSTL then it is not the latest version of the doucment. (You want the one that has 'Version 2' prominently displayed on the cover page.)

                            -Matt


                            • 11. Re: server\all\deploy\jboss-net.sar not found.
                              gallowaym


                              STOP THE MADNESS!!!!!!! YOU ARE USING THE WRONG VERSION OF jbossj2ee-src.zip.

                              As far as I can tell this has been common problem with the 4.0 version of this document. I know that I had the same problem...

                              When you download the Getting Started 4.0 PDF document it is in a zip file that ALSO contains jbossj2ee-src.zip - this is currently the ONLY place to get the 4.0 version of the jbossj2ee-src.zip file. If you got it from anywhere else - it's the wrong one.

                              To complicate things, the 3.x version of jbossj2ee-src.zip is named the same thing and has no distiguishing marks.

                              I recommend that you:

                              1.) Delete your j2eetutorial14 directory
                              2.) Reinstall the Sun tutorial stuff (j2eetutorial14)
                              3.) Make sure you are using the right jbossj2ee-src.zip and unzip it into your new j2eetutorial14 directory

                              If you are using Java 1.4, Sun J2EE Tutorial Update 2, JBoss 4.0.0 final and the correct jbossj2ee-src.zip on Linux or Win XP then the process should go EXACTLY as specified in the document. The only two files that you HAVE to modify are the hsqldb-ds.xml and the jboss-build.properties.
                              If you get wierd stuff you likely have an outdated component.

                              Also, you do not need to download the Apache Jakarta JSTL stuff seperately. If your Getting Started mentions Apache JSTL then it is not the latest version of the doucment. (You want the one that has 'Version 2' prominently displayed on the cover page.)

                              -Matt


                              • 12. Re: server\all\deploy\jboss-net.sar not found.
                                gallowaym

                                Oh, after posting my rant and THEN re-reading the question, I noticed that you are using 4RC1 and not 4 final. I have not tested with 4 RC1 - only with 4 final. I don't know if that will cause you other problems or not but the problem that you posted about will be unaffected by the version of the server as it is caused by the code in jbossj2ee-src.zip.

                                I have seen some other posts that indicate there might be additional problems with the tutorial on 4 RC1. I would recommend that you use 4 final unless there is some compelling reason to do otherwise.

                                -Matt