[NEWSboard IBMi Forum]

Thema: Webfacing

Hybrid View

  1. #1
    Registriert seit
    Mar 2004
    Beiträge
    181

    Question Webfacing

    Hallo,

    ich möchte auf unserer I-Series das Webfacing Produkt einsetzen. Wenn ich nun ein Projekt kompiliert habe und es auf dem Server testen möchte, bekomme ich immer die Meldung das mein Agent Controller auf der I-Series nicht richtig konfiguriert ist. Diesen Agent Controller habe ich installiert. Anscheinend habe ich ich nur falsch konfiguriert....
    Vielleicht kann mir ja jemand weiterhelfen....

    THX Michael

  2. #2
    Registriert seit
    May 2002
    Beiträge
    2.643

    Agent Conroller

    Hallo Michael,
    vielleicht hilft Dir dies:

    SI08018 aus R520
    SI08016 aus R510

  3. #3
    Registriert seit
    Mar 2004
    Beiträge
    181
    Wie hast Du denn den Agent Controller konfiguriert?

  4. #4
    Registriert seit
    May 2002
    Beiträge
    2.643

    Agent controller

    Hallo,
    so wie in der Beschreibung in dem Ptf-Listing.

    Welche Fehlermeldung kommt den genau ? CPF;CPI;CPA

  5. #5
    Registriert seit
    Mar 2004
    Beiträge
    181
    Welchen Wert hast Du denn bei der Konfiguration des Controller Agent für "Specify where the Java Runtime file (java) is located" eingegeben?

  6. #6
    Registriert seit
    May 2002
    Beiträge
    2.643

    Talking JAVA Location

    Hallo,
    da gibt es folgende Info:
    3) In QShell, run the SetConfig.sh shell script to create the

    configuration file for the RAC server (which will be named

    /QIBM/UserData/OS400/IBMRAC5/config/serviceconfig.xml). This

    script will prompt you for several values. Respond as follows:

    OS400 command lineÙ: QSH

    qsh command lineÙ: cd /QIBM/UserData/OS400/IBMRAC5/bin

    qsh command lineÙ: SetConfig.sh

    you'll get prompted for a few values:Ù

    Specify where the Java Runtime file (java) is located

    (e.g. /usr/java/bin): (/QSYS.LIB/Q5BVAJVM.PGM)

    Der komplette Hinweis:

    To set up the Agent Controller:



    1) Restore the IBMRAC5 library from the savefile QSYS/QB5RAC:

    OS400 command lineÙ: RSTLIB SAVLIB(IBMRAC5) DEV(*SAVF)

    SAVF(QSYS/QB5RAC)



    2) Call the setup program to restore the IFS components into

    IFS directory /QIBM/UserData/OS400/IBMRAC5. Note: the source

    for this program is in IBMRAC5/QCLSRC:

    OS400 command lineÙ: CALL IBMRAC5/SETUPRAC



    3) In QShell, run the SetConfig.sh shell script to create the

    configuration file for the RAC server (which will be named

    /QIBM/UserData/OS400/IBMRAC5/config/serviceconfig.xml). This

    script will prompt you for several values. Respond as follows:

    OS400 command lineÙ: QSH

    qsh command lineÙ: cd /QIBM/UserData/OS400/IBMRAC5/bin

    qsh command lineÙ: SetConfig.sh

    you'll get prompted for a few values:Ù

    Specify where the Java Runtime file (java) is located

    (e.g. /usr/java/bin): (/QSYS.LIB/Q5BVAJVM.PGM)



    press ENTER to accept this defaultÙ

    WebSphere Application Server V5 installed location:

    (%WAS_HOME_V5%)

    enter the install directory of WAS (e.g. for WAS V5.0 base,

    /QIBM/ProdData/WebAS5/Base; for WAS V5.0 Express,

    /QIBM/ProdData/WebASE/ASE5) Ù

    Security (yes/no): (no)

    press ENTER to accept the default noÙ



    Allow hosts (ALL/LOCAL/CUSTOM): (LOCAL) Enter ALLÙ



    4) Submit a call to the Agent Controller server to start it.

    OS400 command lineÙ SBMJOB CMD(CALL IBMRAC5/RASERVER)

    JOBD(IBMRAC5/RASTART)



    Now the RASTART job should show in the default subsystem

    QUSRWRK. To customize the subsystem, change the JOBD

    IBMRAC5/RASTART. The RASTART job will spawn other jobs

    when prompted by the client, called Q5BVAJVM, in the same

    subsystem.





    To end the Agent Controller server, use WRKACTJOB, and ENDJOB

    for the RASTART job.



    To remove the Agent Controller from your system, first end

    the Agent Controller, and call the RMVRAC program (source is

    in IBMRAC5/QCLSRC). This will delete the IFS subdirectory

    /QIBM/UserData/OS400/IBMRAC5, as well as the library IBMRAC5.



    OS400 command lineÙ: CALL IBMRAC5/RMVRAC





    NOTES ON USAGE with WebSphere Studio V5.0:

    -------------------------------------------------------------

    First, please refer to the URL at the end of this cover letter

    to see instructions on setting up WebSphere Application Server

    configurations and their usage.



    Debugging server jobs: You will need to change a couple of

    preferences in WebSphere Studio.

    Go to Window->Preferences,

    then select Java->Debug in the left pane.

    Deselect the 2 "Suspend Execution" checkboxes.

    Change the Communication: Debugger timout field from the

    default of 3000 to 60000.



    Profiling server jobs: Profiling is not supported at this time.





    For more up-to-date information on the Agent Controller,

    please refer online to URL:



    http://www-1.ibm.com/support/docview...s=715&context=

    SSZND2&q=&uid=swg27003850

  7. #7
    Registriert seit
    Mar 2004
    Beiträge
    181
    Danke für die Infos. Ich bin etwas weiter gekommen, allerdings bekomme ich jetzt eine andere Fehlermeldung in der Console:

    IWAD0251E Beim Starten des Servers ist ein Fehler aufgetreten: Das Problem kann folgende Ursachen haben:
    * Das auf dem WebSphere-Server eingestellte WebSphere-Implementierungsverzeichnis und das im fernen Dateiübertragungsexemplar eingestellte ferne Zielverzeichnis sind nicht derselben physischen Position zugeordnet.
    * Durch die langsame Netzwerkverbindung kommt es zu Zeitlimitüberschreitungen in der Verbindung. Erhöhen Sie das WebSphere Server-Startzeitlimit in den WebSphere-Benutzervorgaben (Server > WebSphere).

    THX Michael

  8. #8
    Registriert seit
    May 2002
    Beiträge
    2.643

    WEBSPHERE starten

    Hallo,
    hier noch einen Link:

    http://www.cs.unc.edu/Courses/jbs/to...rvertools.html

    und ein Auszug:

    4.3 Starting the remote WebSphere Application Server using RAC
    When debugging remotely or deploying to the WebSphere Application Server Version 5.0, ensure the server has fully stopped before restarting. If it has not, you may see the following message and need to start the server again:

    IWAD0251E An error occurred when starting the server: IWAD0250E Ensure that the remote Agent Controller is started in the remote server machine and the WebSphere installation directory is correct. Ensure that the WAS_HOME_V5 variable is set to the correct WebSphere installation directory on the remote Agent Controller.

  9. #9
    Registriert seit
    Mar 2004
    Beiträge
    181
    Also der Websphere Server ist nicht gestartet. Ich habe sogar ein IPL abgewartet. Leider ohne Erfolg.

  10. #10
    Registriert seit
    Oct 2003
    Beiträge
    71
    [QUOTE=TARASIK]Hallo,
    hier noch einen Link:

    http://www.cs.unc.edu/Courses/jbs/to...rvertools.html

  11. #11
    Registriert seit
    Oct 2003
    Beiträge
    71

    link ist leider tot

    gibt´s da evtl. einen neuen?

  12. #12
    Registriert seit
    Mar 2004
    Beiträge
    181
    Ich bekomme die Meldung im Development Studio, wenn ich die kompilierte Displayfile auf meinem Websphere Express 5 Server ausführen möchte.
    Verbindung zu Host fehlgeschlagen.
    Ursache IWAT0016E Der Agent Controller ist auf dem Host nicht verfügbar.
    Stellen Sie sicher, dass:
    Agent Controller installiert ist
    Agent Controller zur Kommunikation mit Ihrer Maschine konfiguriert ist.
    Sie über den korrekten Hostnamen und die richtige Portnummer für Agent Controller verfügen.

Similar Threads

  1. STRPCO unter WEBFACING
    By jgg in forum IBM i Hauptforum
    Antworten: 4
    Letzter Beitrag: 19-09-05, 10:33
  2. Webfacing unter Apache
    By Markus_Ralf in forum NEWSboard Linux
    Antworten: 3
    Letzter Beitrag: 22-08-03, 14:01
  3. Webfacing: Objekt QWSACCAD
    By will_i in forum IBM i Hauptforum
    Antworten: 0
    Letzter Beitrag: 27-01-03, 16:03
  4. Webfacing
    By Wilhelm in forum IBM i Hauptforum
    Antworten: 0
    Letzter Beitrag: 21-01-03, 12:30
  5. Java Fortbildung für I-Series
    By stefan400 in forum NEWSboard Java
    Antworten: 1
    Letzter Beitrag: 20-09-02, 09:34

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • You may not post attachments
  • You may not edit your posts
  •