• Please Help

    By Ljubisha N Ugrenovikj 1 decade ago

    Me and the SysAdmin have been struggling for 3 days to run an application i created on a Windows 2000 server. I was developing the application on a Linux server for a client which (i later found out) has Windows 2000 server (but that shouldnt make any difference) So the app is working great on our server with no errors and stuff, but when we deployed it on their server is not!? It returns Error 500 HTTP Web server: Command Not Handled Exception.

    The command in the documentation returned everything as it should, we have checked the dir hierarchy 3 thousand times, we have checked and rechecked everything....We restarted the http, we restarted the server, we did everything that came to mind.... With no use.

    So i created a test xpage with nothing on it just few letters of text, and it's displayed with no problem... So the problem must rely in us not doing something right...

    Please, please, please someone help me here...

    Thank you very much for your time

    • Error 500

      By Martin Donnelly 1 decade ago

      Hi,

          Generally Error 500s are output to the xpages_exc_server_date_time.log file in the IBM_TECHNICAL_SUPPORT folder under the server's data folder
          
          Have you looked there?  Moving an app to a new server can result in problems with permissions etc, but it's hard to guess and a log would be very useful if it exists.
          
        -M

      • Thanks for the tip!

        By Pieter JD Malan 1 decade ago


        • re log file

          By Martin Donnelly 1 decade ago

          Thanks for the log file - seems like the critical info is here:

          Caused by: java.lang.NoSuchMethodError: com/ibm/xsp/page/compiled/CompiledViewPage.getSourcePageName()Ljava/lang/String;
              at com.ibm.xsp.extlib.util.DynamicUIUtil.getSourcePageName(DynamicUIUtil.java:229)

          Your failure is occuring because DynamicUIUtil.getSourcePageName() cannot be found. This method is a feature of the 8.5.3 Extension Library ... are you trying to run this on an 8.5.2 server ?

          I think you may have inadverently installed an 853 version of the library rather than an 852 version ? (XPagesExtensionLibrary-852.zip  v XPagesExtensionLibrary-853.zip).  If so, you can uninstall the 853 version and download and install the 852 version to address the problem.

          Hopefully that's it?

          -M

          • Thank you

            By Ljubisha N Ugrenovikj 1 decade ago

            First of all, thank you for helping me...

            I'm at home now, so i can't access the server... But i will work tomorrow to solve this problem, because we have a presentation to make on Monday (the deadline). I'll post right away if this solved my problem.

            You'll be my hero if this is solved :)

            tnx again

          • Didn't work

            By Ljubisha N Ugrenovikj 1 decade ago

            I called the Sys Admin and he added the files to the server...

            But I still get

            Error 500

            Command not handled exception.

            From what i can see the log file is the same as before...

            :(

          • works but partially

            By Ljubisha N Ugrenovikj 1 decade ago

            this is weird stuff as hell... now it works, but probably it doesnt read the css files...or the oneUI

            you can check it out here http://88.85.115.2/dzzis/MyHomePage.nsf/Home.xsp

             

            tnx

          • cant figure this out

            By Ljubisha N Ugrenovikj 1 decade ago

            Here is the link to the server where i've been designing the website... 

            http://192.168.1.10/PROEKTI/PATENTI/MyHomePage.nsf/Home.xsp

            That is a Linux server...

             

            And this is the link to the same application but on different server, which is Windows 2000 if that matters http://88.85.115.2/dzzis/MyHomePage.nsf/Home.xsp

             

            What's causing this? Why it's not the same...

          • server

            By Ljubisha N Ugrenovikj 1 decade ago

            Yesterday we tested the application on a Windows 2003 server and it worked... So probably it was the Win 2000 not working with Xpages or JS or whatever... Which is not very odd since it's almost 10 years difference :D But anyways... Maybe this will help others to know that Xpages doesn't work on Windows 2000 server :)

            I haven't met any documentation on that btw...

            Tnx for helping me  :)

      • tnx for replying

        By Ljubisha N Ugrenovikj 1 decade ago

        I will check that today, and will post what i came up with...

      • tnx for replying

        By Ljubisha N Ugrenovikj 1 decade ago

        I will check that today, and will post what i came up with...

      • i have the log

        By Ljubisha N Ugrenovikj 1 decade ago

        Here is the log file, but i'm bit of new at this...So can someone please tell me what's causing the problem???

        Thank you...