Installation of Web AS 6.40 UC ABAP + J2EE Add-on

Hi
Systeminfo: Web AS 6.40 UC ABAP + J2EE
OS: IBM AIX
DB: DB2
I get the following error in my callSdmViaSapinst.log:
Aug 31, 2004 10:52:01... Info:
Aug 31, 2004 10:52:01... Info: ============================================
Aug 31, 2004 10:52:01... Info: =   Starting to execute command 'deploy'   =
Aug 31, 2004 10:52:01... Info: ============================================
Aug 31, 2004 10:52:01... Info: Starting SDM - Software Deployment Manager...
Aug 31, 2004 10:52:02... Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.3003.00.0000.20031126161800.0000
Aug 31, 2004 10:52:02... Info: SDM operation mode successfully set to: Standalone
Aug 31, 2004 10:52:03... Info: Initializing Network Manager (55017)
Aug 31, 2004 10:52:03... Info: Checking if another SDM is running on port 55018
Aug 31, 2004 10:52:03... Info: -
Starting deployment -
Aug 31, 2004 10:52:03... Info: Loading selected archives...
Aug 31, 2004 10:52:03... Info: Loading archive '/cdpool/J2EE/J2EE1/J2EE-ENG/JDD/SYNCLOG.SDA'
Aug 31, 2004 10:52:03... Info: Selected archives successfully loaded.
Aug 31, 2004 10:52:03... Info: Error handling strategy: OnErrorStop
Aug 31, 2004 10:52:03... Info: Update strategy: UpdateLowerVersions
Aug 31, 2004 10:52:03... Info: Starting to execute deployment action (deploy) for "synclog".
Aug 31, 2004 10:52:05... Info: Creating connections to database "XID".
Aug 31, 2004 10:52:05... Info: Creating vendor connection to database.
Aug 31, 2004 10:52:06... Error: Creation of vendor connection failed.
Original error message is:
com.ibm.db2.jcc.a.SqlException: Connection authorization failure occurred.  Reason: password expired.
Stack trace of original Exception or Error is:
com.ibm.db2.jcc.a.SqlException: Connection authorization failure occurred.  Reason: password expired.
        at com.ibm.db2.jcc.b.b.d(b.java:1214)
        at com.ibm.db2.jcc.b.b.b(b.java:932)
        at com.ibm.db2.jcc.b.bb.i(bb.java:637)
        at com.ibm.db2.jcc.b.bb.c(bb.java:229)
        at com.ibm.db2.jcc.b.bb.c(bb.java:77)
        at com.ibm.db2.jcc.b.b.a(b.java:795)
        at com.ibm.db2.jcc.b.b.a(b.java:359)
        at com.ibm.db2.jcc.b.b.a(b.java:296)
        at com.ibm.db2.jcc.b.b.(b.java:194)
        at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:135)
        at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)
        at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMVendorConnection(DBSCConnectionManager.
java:214)
        at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMConnections(DBSCConnectionManager.java:
77)
        at com.sap.sdm.serverext.servertype.dbsc.ConnectionManagerDecorator.createSDMConnections(ConnectionManagerDecorator.ja
va:73)
        at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.connect(DatabaseTargetSystem.java:140)
callSdmViaSapinst.log (49%)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)
        at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMVendorConnection(DBSCConnectionManager.
java:214)
        at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMConnections(DBSCConnectionManager.java:
77)
        at com.sap.sdm.serverext.servertype.dbsc.ConnectionManagerDecorator.createSDMConnections(ConnectionManagerDecorator.ja
va:73)
        at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.connect(DatabaseTargetSystem.java:140)
        at com.sap.sdm.serverext.servertype.dbsc.DBSCDeploymentActionProcessor.executeAction(DBSCDeploymentActionProcessor.jav
a:115)
        at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java
:58)
        at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:181)
        at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.jav
a:51)
        at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler
.java:84)
        at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.j
ava:61)
        at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:78)
        at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:88)
        at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:74)
        at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:121)
        at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:90)
        at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:162)
        at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:54)
        at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
        at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
        at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
        at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
        at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
        at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
        at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
        at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:52)
        at com.sap.sdm.control.command.Command.exec(Command.java:42)
        at SDM.main(SDM.java:21)
Aug 31, 2004 10:52:06... Error: Execution of deployment action for "synclog" aborted:
Db connect failed.
Aug 31, 2004 10:52:06... Error: Deployment NOT successful for synclog
Aug 31, 2004 10:52:06... Error: -
At least one of the Deployments failed -
Aug 31, 2004 10:52:06... Info: Summarizing the deployment results:
Aug 31, 2004 10:52:06... Error: Aborted: /cdpool/51030277/J2EE1/J2EE-ENG/JDD/SYNCLOG.SDA
Aug 31, 2004 10:52:06... Error: Processing error. Return code: 4
Why is it saying that my password has expired? I have logged on with user J2EE_ADMIN using the SAPGUI and that works fine. I can't use the java configtool since I'm getting an error when I'm trying to start it.
br
Göran

Hi,
We are getting same error. Please tell us what fix it.
Thanks and Regards
Sanny

Similar Messages

  • Error by installation SAP Web AS 6.40 SR1 ABAP

    hi,
    by installing the central instance there show an error like "ERROR 2005-08-24 08:48:20
    "MUT-03011  Execution of the command "C:/Temp/1/sapinst_exe.2900.1124865565/SAPCAR.exe '-x' '-v' '-g' '-i' '-n' '-R' 'D:\usr\sap\XI3\SYS\exe\uc\NtI386' '-f' 'D:\NT\I386/SAPEXE.SAR,'" finished with return code 29. Output:"
    what does it mean?
    can you help me please?
    thanks.
    greets
    stefan

    Hi Fernando,
    to track the problem, you can have a look at the traces in the dev_jcontrol and dev_jcmon trace files located under the /usr/sap/GBS/JC00/work directory of your installation. If the dev_jcontrol file indicates an error in any of the bootstrap processes (bootstrap_<someID>), you can then further track the issue by having a look at the corresponding dev_boostrap_<ID> file in the same directory.
    It is likely that the server does not start due to memory problems. If this is the case, have a look at this thread dealing with such a problem: jcontrol.exe J2EE Server stopped
    Hope that helps!

  • Installation document for SAP NetWeaver 7.01 ABAP Trial Version on XP

    Hi Experts
    Please give me link of installation document  for SAP NetWeaver 7.01 ABAP Trial Version on XP or Tell me Steps for installation.
    thanks
    Best Regards
    Jitender

    If instructions contained in download doesn't help you you just have to search on SDN and web for miniSAP installation blogs:
    /people/sap.user72/blog/2004/12/08/mini-me-of-was-620-the-saga-continues
    http://sapport.blogspot.com/search/label/miniSAP
    /people/sugree.phatanapherom/blog/2005/08/17/a-visual-installation-guide-on-sneak-preview-sap-netweaver-04-abap-edition
    /people/manfred.lutz/blog/2008/02/21/web-dynpro-abap-exercises-from-teched-2007

  • Installation WAS ABAP UC + WAS J2EE Add In..and XI

    Hello everybody,
    Could anyone help me with this issue ??
    I am going to install WAS ABAP and WAS J2EE Add in and after that do the XI installation.
    I am reading the installation guides and I have some doubts about "Hardware and SOft Requirements Section".
    I am going to do a Central System Installation (WAS ABAP + WAS JAVA Add in)
    I have read the two installation guides: WAS ABAP and WAS J2EE.
    Somewhere I read that I have to add requeriments. For example, if I am going to install CI and DB on the same server, then I have to add RAM for CI and RAM for DB.
    The question is:
    In the installation guide for WAS ABAP, Database Requeriment Disk is 14 GB (Unicode)
    And in the installation guide for WAS JAVA, Database Req. Disk is 14 Gb (Unicode)
    Have I to add 14 + 14 ?? Or 14 Gb is OK for the database with the two schemas ??
    Same is for Paging File ?? I am 64 bit server.
    It is a Development System
    Many, many thanks !!

    We have a ABAP/J2EE 6.20 system running with only 8GB ram total on the system and we do get some swapping but for a development I would say we see great performance.
    XI I can'T say though...

  • WAS SP9 SR1 ABAP+Java Add in installation , j2EE engine is not running

    I have completely installed SAP Netweaver SP9 SR1 WAS ABAP+JAVA addin and Installed XI completely. After few days j2EE engine stops running. I have applied the license after requesting from SAP Mareketplace and applied in WAS ABAP using SLICENSE transaction.
    Issue faced
    1. Tried to connect j2ee engine home page which is showing.
    Dispatcher is running but no server connected.
    Now I have removed the WAS J2EE installation and removed the client on which WAS j2EE engine installed. After doing this I tested the WAS ABAP which is running fine. Now I am again installing WAS Java addin. Which installed success fully and have seen the j2ee engine server page running.  But proceeding further to install JAVA Dialog instance I am facing folloing issues
    2. while installation step 8 and 9 as per SAP INSTANCE GUI .
    3. And J2EE engine is again stopping.
    Can any one help me to install J2ee dialog installation and resolving these issues.
    Anand Verma
    HCL technologies

    Hi Anand,
    J2EE Engine has a separate licensing mechanism. If the temporary license expires, the server will shut down every 30 minutes. You install a permanent license using Visual Administrator in service "Licensing Adapter".
    In any case, a look into the log files of the engine can provide further information. They are found at
    .../<SID>/<INSTANCE>/j2ee/cluster/server<n>/log
    Kind regards,
    Juergen Kremp

  • SAP installation manual for SAP 4.7 for abap module

    SAP installation manual for SAP 4.7 for abap module

    You can find the install guide in the SAP Marketplace:
    service.sap.com/instguides
    (logon is required)
    You have to navigate deeper depends on your platform and exact release.
    ABAP is not a module, it's a stack.
    Peter

  • Error while installing J2EE Add- In to the ABAP system

    Error while installing J2EE Add-In to the ABAP system 
    We are installing J2EE Add-In to the ECC5 System in the new hardware.
    When are getting Error while installing J2EE Add-In to the ABAP system.
    Transaction Begin*****************************
    ERROR 2005-08-10 14:58:28
    CJSlibModule::writeLogEntry()
    CJS-20011 J2EE engine configuration error. DIAGNOSIS: Error when
    configuring J2EE Engine. See output of
    logfile /usr/sap/QSS/install/batchconfig.log: 'My Library Path
    is: /usr/j2se/jre/lib/sparcv9/server:/usr/j2se/jre/lib/sparcv9:/usr/j2se/jre/../lib/sparcv9:/tmp/sapinst_exe.13084.1123702275:/usr/lib::/usr/openwin/lib:/usr/sap/QSS/SYS/exe/run:/oracle/QSS/920_64/lib:/oracle/QSS/920_64/lib32:/usr/lib
    ElementInfoTask has finished successfully on dispatcher
    ConsoleLogsTask has finished successfully on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on dispatcher
    ElementInfoTask has finished successfully on server
    ConsoleLogsTask has finished successfully on server
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on server
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on server
    ChangeServicePropsTask has finished successfully. Service: dbpool on
    server
    ChangePasswordsTask finished successfully.
    Error occured while connecting to database (UploadFile). Msg: No such
    algorithm: DESede
    Transaction end***********************************
    We tried twice clean installation, after removing j2ee dir, SCS and
    resp profiles and droping PSAPQSSDB tablespace and SAPQSSDB user.
    I have also confirmed the passwords in ABAP system/000 for SAPJSF, DDIC, J2EE_ADMIN, J2EE_GUEST.
    We are getting the same error in both tries.
    Kindly advice us to resolve the problem.
    Thanks and Regards,
    Srinivas

    Ananda,
    you saved my day!  I've been banging my head against the wall with this same problem during a J2EE add-in installation for SRM 4.0 on Windows, in preparation of an LAC 2.0 installation.  I had tried deleting the schema first, but that didn't work.  After I removed the sys\global\security folder as well, it worked perfectly.
    Thank you.

  • Portal in ABAP+Java Add-in WAS

    <b>Hi There,</b>
    I'm evaluating a possibility of a implementation of SAP EP 6.0 SP 11 in an WAS 6.40 ABAP+Java Add-in some peoples have spoken for me that still have problems with this implementation. Do you can help me with your experiences!?
    <i>Regards;</i>
    Carlos Motta

    Hi
    Which kinds of problems?
    We have installed an EP 6.0 SP12 in a java add-in without any installation problems at all...  so again: Which kinds of problems have you heard of?
    We are not using the portal yet, som of cause problems can arise that we haven't seen yet.
    I can think of one issue, namely that when installing on a java add-in the the uset store configuration is set to R3 (abap stack) and it it not supportet to change this to i.e. LDAP after the installation (installing EP on a Java standalone uses "database", which can be change for LDAP)
    BR
    Tom Bo

  • ABAP+J2EE Installtion problem

    Dear All,
      We have installed netweaver 04 with ABAP engine and
      it is running well.
      Now when I am going to install ABAP+J2EE I have encountered
      the problem against installtion CD .
      It is aking for LABEL SAP:J2EE-CD:640SR1 ..
      Would please tell me which DVD/CD I have to Use since I have downlaoded it from SAP service market place.
      DVD no is 51030724_3 and 51030724_3.
      Thanking you in Advance
      Siladitya

    hi,
    go to Installations and Upgrades in service market place.
    Installations and Upgrades --> SAP NetWeaver --> SAP NETWEAVER 04 --> Installation & Upgrades --> Windows Server --> MS SQL Server
    Look for the file 51030724_2 Content "SAP NW04 SR1 SAP J2EE Engine (OS independent parts)"  Size: 455926
    The info file will have the following content:
    <i>
    51030724_2 Content
    51030724_2:
    CDVersion.txt
    JDKVersion.xml
    KernelVersions.xml
    LABEL.ASC <b> This label will have the entries you need </b>
    LABELIDX.ASC
    PROD_LABEL
    J2EE-ENG:
    FS
    J2EENGINE
    JDMP
    LABEL.ASC
    FS:
    TC_SEC_JAVA_CRYPTO_FS_LIB.SDA
    J2EENGINE:
    J2EEINSTALL.SAR
    SLDSERV.JAR
    JDMP:
    EXPDUMP.001
    IMPORT.XML
    LABEL.ASC
    JDI:
    LABEL.ASC
    OFFLINE
    ONLINE
    OFFLINE:
    DEPLOY.LST
    SAPDEVINFF09_0.SCA
    ONLINE:
    DEPLOY.LST
    SAPBUILDT09_0.SCA
    SAPDEVINF09_0.SCA
    SDM:
    LABEL.ASC
    SDMKIT.JAR
    TEST-APP:
    630
    LABEL.ASC
    630:
    CalculatorLibrary.sda
    ShoppingCalculator.ear
    UtilityLibrary.sda
    calculator.ear
    </i>
    Hope this answered!
    Regards,
    ak

  • J2EE add-in on ABAP system (ECC 5.0)

    HI,
    How to install J2EE Add-in on ABAP system (ECC 5.0).
    I have installed ABAP stack on ECC 5.0.
    Now i want to add Java stack.
    Can any one help me how to add java stack on an existing abap system.
    are there any pre-requsites to be followed.
    Regards,
    Chandra.

    Chandra,
    Well, no other pre-reqs than normal - you'll need to get the guide for WAS640 J2EE only.
    This is fairly stratght forward actually. I assume you have a production client set-up on this ECC box - like a client 100, 500, whatever,
    Make sure your hardware can handle this - you'll need 1.5GB min of RAM (not SWAP) to enable a J2EE instance.
    Other than that, grab your installation master CD, the J2EE compoents CDs, and start SAPINST. Select the option for a J2EE add-on instance.
    That's it. It's quite simple really.
    -Tim

  • Error while installing the SAP J2EE add-on for SAP NW XI installation

    Error while installing the SAP J2EE add-on for SAP NW XI installation  
    Posted: Jan 24, 2007 5:23 PM         Reply      E-mail this post 
    Hello,
    When I am installing the SAP SAP J2EE add-on for SAP NW XI installation I am getting the follwing error:
    CJS-00084 SQL statement or script failed. DIAGNOSIS: Error message: Executable /oracle/XID/920_64/bin/sqlplus returns 127.. SOLUTION: See ora_sql_results.log and the Oracle documentation for details
    Could some one help me to resolve this error and install the SAP J2EE add-on?
    Thanks,
    George

    Hi George,
    Kindly use the latest installation Masted in Service market place. That will possibly solve your problem.
    Regards
    Vivek

  • SAP WebDispatcher with NW7.0 Double-Stack-ABAP/J2EE

    Hi folks,
    we have an Double Stack NW 7.0 ABAP/J2EE System running, for using ABAP WebDynpros over Portal  6.0. On the portalserver itself the Portal and the Webdynpros are running and working absoultely fine.
    While configuring SAP WebDispatcher to bring the Portal to the outside world, we
    experienced some problems.
    Details:
    We use Webdispatcher to decrypt SSL
    - HTTPS: Internet -> WebDisp
    - HTTP: WebDisp. -> Portal
    (this works!)
    The external domain is https://portal.my-customer.de
    The internal hostname of the portal is portal.mycustomer.de.
    Problem:
    When using the ABAP-Message Server in the WebDispatcher profile (like recommended I think), the Webdynpros are available but we cannot reach the portal.
    - WORKS: https://portal.my-customer.de/sap/bc/webdynpros/sap/zmy_webdynpro
    - DOESNOT: https://portal.my-customer.de/irj/portal
    rdisp/mshost  = portal.mycustomer.de
    ms/http_port =  8100
    When using the J2EE-Message-Server in the WebDispatcher profile the portal is
    available but the webdynpros does not work appropriately, cause they are not reached.
    - DOESNOT: https://portal.my-customer.de/sap/bc/webdynpros/sap/zmy_webdynpro
    - WORKS: https://portal.my-customer.de/irj/portal
    - DOESNOT: WebDynpros in portal are not available and there occurs a http-timeout in the content area with: http://portal.mycustomer.de:8000/sap/bc/webdynpro/sap/zmy_webdynpro cannot be found
    Of course this address cannot be retrieved over webdispatcher, it is the "internal"
    one, between webdispatcher and portal, not the external one between client and
    webdisp.
    rdisp/mshost  = portal.mycustomer.de
    ms/http_port =  8101
    So the questions are:
    1) Which message server do I have to use? (ABAP/J2EE)
    2) How to achieve to reach both stacks?
    or
    When it is not possible and I have to choose reaching J2EE-Stack (Portal from outside) how can I use the ABAP WebDynpros appropriately inside the portal?
    Hopes somebody can bring some light into the darkness.
    Best regards
    Volker

    Ok the ICM logg of the ABAP-Portal shows the following.
    I'm not so used to read the logs, but what I see is, that the Request comes to the portal and ist handled the common HTTP-Handlerm, but the J2EE-Handler returns a "empty" request?
    Here is a part of the log:
    The Request Starts, the Cache Handler is calles, the J2EE Handler is called, return of Empty-HTTP but I cannot see a "Failure".
    Thanks for having a look,
    Best regards,
    Volker
    [Thr 3860] REQUEST:
        Type: ACCEPT CONNECTION    Index = 107
    [Thr 3860] CONNECTION (id=1/233):
        used: 1, type: 1, role: 1, stateful: 0
        NI_HDL: 29, protocol: HTTP(1)
        local host:  195.1.1.182:8000 ()
        remote host: 195.1.1.181:29010 ()
        status: NOP
        connect time: 07.08.2008 16:11:39
        MPI request:        <0>      MPI response:        <0>
        request_buf_size:   0        response_buf_size:   0
        request_buf_used:   0        response_buf_used:   0
        request_buf_offset: 0        response_buf_offset: 0
    [Thr 7548] SiSelNSelect: start select (timeout=-1)
    [Thr 3860] MPI:3 create pipe 0000000003790660 1
    [Thr 3860] MPI<53>3#1 Open( ANONYMOUS 3 1 ) -> 3
    [Thr 3860] MPI<53>3#2 Open( ANONYMOUS 3 0 ) -> 3
    [Thr 3860] MPI:1 create pipe 0000000003790360 1
    [Thr 3860] MPI<54>1#1 Open( ANONYMOUS 1 0 ) -> 1
    [Thr 3860] MPI<54>1#2 Open( ANONYMOUS 1 1 ) -> 1
    [Thr 3860] IcmPlCheckRetVal: Next status: READ_REQUEST(1)
    [Thr 3860] IcmReadFromConn(id=1/233): request new MPI (0/0)
    [Thr 3860] MPI<53>3#3 GetOutbuf -1 187210 65536 (0) -> 0000000003917280 0
    [Thr 3860] NiIRead: hdl 29 received data (rcd=434,pac=1,RAW_IO)
    [Thr 3860] IcmReadFromConn(id=1/233): read 434 bytes(timeout 500)
    [Thr 3860] Address    Offset  IcmReadFromConn received
    [Thr 3860] ------------------------------------------------------------------------
    [Thr 3860] 00000000039172C8  000000  47455420 2f69726a 2f706f72 74616c2f |GET /irj/portal/|
    [Thr 3860] 00000000039172D8  000016  696e6465 782e6874 6d6c2048 5454502f |index.html HTTP/|
    [Thr 3860] 00000000039172E8  000032  312e300d 0a616363 6570743a 20696d61 |1.0..accept: ima|
    [Thr 3860] 00000000039172F8  000048  67652f67 69662c20 696d6167 652f782d |ge/gif, image/x-|
    [Thr 3860] 0000000003917308  000064  78626974 6d61702c 20696d61 67652f6a |xbitmap, image/j|
    [Thr 3860] 0000000003917318  000080  7065672c 20696d61 67652f70 6a706567 |peg, image/pjpeg|
    [Thr 3860] 0000000003917328  000096  2c206170 706c6963 6174696f 6e2f782d |, application/x-|
    [Thr 3860] 0000000003917338  000112  73686f63 6b776176 652d666c 6173682c |shockwave-flash,|
    [Thr 3860] 0000000003917348  000128  20617070 6c696361 74696f6e 2f766e64 | application/vnd|
    [Thr 3860] 0000000003917358  000144  2e6d732d 65786365 6c2c2061 70706c69 |.ms-excel, appli|
    [Thr 3860] 0000000003917368  000160  63617469 6f6e2f76 6e642e6d 732d706f |cation/vnd.ms-po|
    [Thr 3860] 0000000003917378  000176  77657270 6f696e74 2c206170 706c6963 |werpoint, applic|
    [Thr 3860] 0000000003917388  000192  6174696f 6e2f6d73 776f7264 2c202a2f |ation/msword, */|
    [Thr 3860] 0000000003917398  000208  2a0d0a61 63636570 742d6c61 6e677561 |*..accept-langua|
    [Thr 3860] 00000000039173A8  000224  67653a20 64650d0a 75736572 2d616765 |ge: de..user-age|
    [Thr 3860] 00000000039173B8  000240  6e743a20 4d6f7a69 6c6c612f 342e3020 |nt: Mozilla/4.0 |
    [Thr 3860] 00000000039173C8  000256  28636f6d 70617469 626c653b 204d5349 |(compatible; MSI|
    [Thr 3860] 00000000039173D8  000272  4520362e 303b2057 696e646f 7773204e |E 6.0; Windows N|
    [Thr 3860] 00000000039173E8  000288  5420352e 313b2053 56313b20 496e666f |T 5.1; SV1; Info|
    [Thr 3860] 00000000039173F8  000304  50617468 2e313b20 2e4e4554 20434c52 |Path.1; .NET CLR|
    [Thr 3860] 0000000003917408  000320  20322e30 2e353037 32373b20 2e4e4554 | 2.0.50727; .NET|
    [Thr 3860] 0000000003917418  000336  20434c52 20312e31 2e343332 32290d0a | CLR 1.1.4322)..|
    [Thr 3860] 0000000003917428  000352  686f7374 3a20706f 7274616c 2e61746c |host: portal.my|
    [Thr 3860] 0000000003917438  000368  61732d77 65796861 7573656e 2e64650d |customer.de.|
    [Thr 3860] 0000000003917448  000384  0a636f6e 6e656374 696f6e3a 204b6565 |.connection: Kee|
    [Thr 3860] 0000000003917458  000400  702d416c 6976650d 0a636c69 656e7470 |p-Alive..clientp|
    [Thr 3860] 0000000003917468  000416  726f746f 636f6c3a 20687474 70730d0a |rotocol: https..|
    [Thr 3860] 0000000003917478  000432  0d0a                                |..              |
    [Thr 3860] ------------------------------------------------------------------------
    [Thr 3860] PlugInHandleNetData: role: 1, status: 1, content-length: 0/0
              buf_len: 434, buf_offset: 0, buf_status: 0
    [Thr 3860] HttpParseRequestHeader: no content length set
    [Thr 3860] HttpParseRequestHeader: no transfer-encoding set
    [Thr 3860] HttpParseRequestHeader: Version: 1000
    [Thr 3860] HttpParseRequestHeader: Keep-Alive: 1
    [Thr 3860] HttpParseRequestHeader: no server port set
    [Thr 3860] HttpRewriteRequestHeader: perform actions: 0
    [Thr 3860] HttpSrvHdlRequest: method: 1; path: /irj/portal/index.html
    [Thr 3860] Handler 3: HttpAuthHandler matches url: /irj/portal/index.html, port: 80
    [Thr 3860] Handler 4: HttpCacheHandler matches url: /irj/portal/index.html, port: 80
    [Thr 3860] Handler 2: HttpSAPR3Handler matches url: /irj/portal/index.html, port: 80
    [Thr 3860] Handler 0: HttpJ2EEHandler matches url: /irj/portal/index.html, port: 80
    [Thr 3860] HttpSubHandlerCall: Call Handler: HttpAuthHandler, task=1, header_len=434
    [Thr 3860] HttpSubHandlerItDeactivate: handler 0: HttpAuthHandler
    [Thr 3860] HttpSubHandlerCall: Call Handler: HttpCacheHandler, task=1, header_len=434
    [Thr 3860] HttpCacheHandler: 1 434 000000000088BE80 0000000000000000
    [Thr 3860] ISC: Cache Lookup. 1. try: browser independent.
    [Thr 3860] ISC: hashed querystr = 9e6a '&*&'
    [Thr 3860] HttpCacheMakeObjectKey() -> '/irj/portal/index.html&&&GZ=0&A6E90000&' (39) rc=0
    [Thr 3860] MTX_LOCK 1628 0000000000C71940
    [Thr 3860] MTX_UNLOCK 1759 0000000000C71940
    [Thr 3860] IctCmOpen#195 R '/irj/portal/index.html&&&GZ=0&A6E90000&'.-1 (- ???) 13119456 1 -> 0000000000000000 -1 rc=20
    [Thr 3860] MTX_LOCK 1628 0000000000C717F0
    [Thr 3860] MTX_UNLOCK 1759 0000000000C717F0
    [Thr 3860] IctCmOpen#257 R '/irj/portal/index.html&&&GZ=0&A6E90000&'.-1 (- ???) 13119456 1 -> 0000000000000000 -1 rc=20
    [Thr 3860] ISC: Cache Lookup. 2. try: browser specific key.
    [Thr 3860] ISC: hashed querystr = 26b66ec1 '&Mozilla/4.0 (compatible; MSIE 6.0;&'
    [Thr 3860] HttpCacheMakeObjectKey() -> '/irj/portal/index.html&&&GZ=0&1CE66B62&' (39) rc=0
    [Thr 3860] MTX_LOCK 1628 0000000000C71940
    [Thr 3860] MTX_UNLOCK 1759 0000000000C71940
    [Thr 3860] IctCmOpen#196 R '/irj/portal/index.html&&&GZ=0&1CE66B62&'.-1 (- ???) 13119456 1 -> 0000000000000000 -1 rc=20
    [Thr 3860] MTX_LOCK 1628 0000000000C717F0
    [Thr 3860] MTX_UNLOCK 1759 0000000000C717F0
    [Thr 3860] IctCmOpen#258 R '/irj/portal/index.html&&&GZ=0&1CE66B62&'.-1 (- ???) 13119456 1 -> 0000000000000000 -1 rc=20
    [Thr 3860] HttpCacheHandler: cache miss.
    [Thr 3860] HttpSubHandlerItDeactivate: handler 1: HttpCacheHandler
    [Thr 3860] HttpSubHandlerCall: Call Handler: HttpSAPR3Handler, task=1, header_len=434
    [Thr 3860] HttpSAPR3Handler: url_tab_init: 1, force_dest: 0
    [Thr 3860] ICT: IctLookupPathTable() -> 20
    [Thr 3860] HttpSAPR3Handler: j2ee_active: 1, j2ee_conf: 1, dest: 2
    [Thr 3860] HttpSubHandlerItDeactivate: handler 2: HttpSAPR3Handler
    [Thr 3860] HttpSubHandlerCall: Call Handler: HttpJ2EEHandler, task=1, header_len=434
    [Thr 3860] HttpJ2EEHandler called: task=1
    [Thr 3860] IcmIConnPoolAllocEntry: no unused entry for pool 0000000000C29CF0 found (reuse conn: 1)
    [Thr 3860] IcmIConnPoolAllocEntry: try to create new entry for pool 0000000000C29CF0
    [Thr 3860] IcmConnPoolAllocSlot: allocated entry 0000000008D118D0[0] of pool 0000000000C29CF0
    [Thr 3860] NiHsLGetNodeAddr: found hostname 'portal.mycustomer.de' in cache
    [Thr 3860] NiIGetNodeAddr: hostname 'portal.mycustomer.de' = addr 195.1.1.182
    [Thr 3860] NiIGetServNo: servicename '50000' = port C3.50/50000
    [Thr 3860] NiICreateHandle: hdl 30 state NI_INITIAL
    [Thr 3860] NiIInitSocket: set default settings for new hdl 30 / sock 7816 (I4; ST)
    [Thr 3860] NiIBlockMode: set blockmode for hdl 30 FALSE
    [Thr 3860] NiIConnectSocket: hdl 30 is connecting to 195.1.1.182:50000 (timeout=5000)
    [Thr 3860] SiPeekPendConn: connection of sock 7816 established
    [Thr 3860] NiICheckPendConnection: connection of hdl 30 to 195.1.1.182:50000 established
    [Thr 3860] NiIConnect: hdl 30 took local address 195.1.1.182:3024
    [Thr 3860] NiIConnect: state of hdl 30 NI_CONNECTED
    [Thr 3860] NiILocalCheck: matched local address: 195.1.1.182 (up)
    [Thr 3860] IcmConnPoolConnect: Connection to host: portal.mycustomer.de, service: 50000 established (nihdl=30)
    [Thr 3860] IcmConnPoolNewEntry: created new entry 0000000008D118D0[0] for pool 0000000000C29CF0 (nihdl=30, ssl=0000000000000000)
    [Thr 3860] HttpJ2EEHandler: server triggered
    [Thr 3860]    Pool Entry 0000000008D118D0:
    [Thr 3860]    NI: 30, SSL: 0000000000000000, allocated: 1, inuse: 1, desc: 0000000000C28BA0
    local host:  195.1.1.182:3024
    remote host: 195.1.1.182:50000
    [Thr 3860] HttpJ2EEHandler: status: 6
    [Thr 3860] MPI<53>3#4 GetOutbuf -1 197250 65536 (0) -> 00000000039272C0 0
    [Thr 3860] HttpJ2EEDumpReqHeader:
    eye1: deadbeef, version: 1, client ip: 195.1.1.181, protocol: 1, guid: 1/233,
    length: 434, type: 0, trace: 3, status: 6, eye2: deadbeef
    [Thr 3860] Address    Offset  Send to AppServer via net:
    [Thr 3860] ------------------------------------------------------------------------
    [Thr 3860] 0000000003927308  000000  deadbeef 00000001 c30101b5 00000001 |................|
    [Thr 3860] 0000000003927318  000016  00000001 000000e9 000001b2 00030600 |................|
    [Thr 3860] 0000000003927328  000032  00000000 deadbeef                   |........        |
    [Thr 3860] ------------------------------------------------------------------------
    [Thr 3860] NiIWrite: hdl 30 sent data (wrt=40,pac=1,RAW_IO)
    [Thr 3860] IcmFlushBuf: NiRawWrite (40 bytes) wrote 40, rc=0
    [Thr 3860] MPI<53>3#5 DiscardOutbuf l2 0 0 197250 0 0 -> 00000000039272A0 0
    [Thr 3860] Address    Offset  Send to AppServer via net:

  • Deploy a web service with the deploy tool (J2EE)

    Hi!
    I want to deploy a web service with the Deploy Tool (J2EE 1.4).
    (For info, I'm working on Win 2000.)
    I have the following error when I'm trying to deploy:
    distribute: C:\monHello2\monApp.ear
    Deploy action running...
    Deployment failed on target localhost:4848_server : Fatal Error from EJB Compiler -- jaxrpc compilation exception
    !!! Operation Failed !!!
    Someone can help me, please? What's the problem?
    Other question: when I create the WAR file, I have to add : my interface class, my implementation class, my others java classes, my WSDL file and my mapping.xml file.
    Should I add the .jar that is used by one of my class???? I think yes, but...
    thank you and excuse me for my english... ;o)

    Only primitive types can be returned? Is thatcorrect????
    true - for more details check out section 3.4.1.3 of
    this book which is available for purchase or online
    http://java.sun.com/blueprints/guidelines/designing_w
    ebservices/I meant to say primitive type and "special POJOs" called "JAXRPC Value Types" - check out the reference I listed

  • WAS ABAP+J2EE - Portal - client copy

    I have installed a WAS ABAP and now doing the J2EE add-In.
    Do i have to make a different client. The sapinst asks for a rfc connection to a client , the default is 000. Which can be ok for using the abap programs but afterwards I need to install the portal. Does this portal needs a client ?

    Hello Johan,
      The portal runs on the J2EE engine and does not need a client.
    Regards
    Abdul

  • Starting J2EE(ABAP+Java Add In)

    Hi
    We've got BW 3.5 on Sap NetWeaver 2004 ABAP + Java (Java Add-In). We've got the problem with starting it.
    Our system is on 1 server x64. We've got Windows 2003 Server. DataBase Oracle.
    So in MMC everything is OK. We've got ABAP + Java instance (processes msg_server.exe, disp+work.exe,igswd.exe )
    and Central Services (msg_server.exe, enserver.exe ).
    First we didn't have some parametrs in our profile(DBW_DVEBMGS00_sap2). I added such as
    icm/HTTP/j2ee_0                             PREFIX=/, HOST=sap2, CONN=0-10, PORT=50000   
    rdisp/j2ee_start_lazy                       1
    rdisp/j2ee_timeout                          600       
    rdisp/j2ee_start                            1   
    exe/j2ee                                    F:usrsapDBWDVEBMGS00j2eeos_libsjcontrol.exe     
    The problem is that i can't log in to my Visual Administrator and can't reach http://localhost:50000
    Another problem is that i can't see in directory "F:\usr\sap\DBW\DVEBMGS00\work\" such log files as dev_bootstrap dev_jcontrol dev_server0 dev_jcmon
    In SICF i've started all the services.
    In the transaction SMICM i've got such a picture
    HTTP Application Server Handler                                                                               
    ABAP Server operational        = TRUE     
    J2EE Server configured         = TRUE     
    J2EE HTTP port                 =          
    J2EE HTTPS port                =          
    J2EE Server operational        = FALSE    
    Default root access handler    = ABAP     
    URL Prefix Table loaded        = FALSE    
    What problem could it be? What log files should i see to find the problem?
    From the first view only in dev_icm there are WARNINGS
    [Thr 5876] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 5 seconds [icxxtool.c   1012]
    [Thr 5876] *** WARNING => IcmNetCheck: 1 possible network problems detected - please check the network/DNS settings [icxxtool.c   1068]
    Thanks for you help

    1) The folder is shared and the user <SAP_ID>adm(dbwadm) has all permissions(FullControll).
    2) About J2EE profile parametrs i wrote before.
    in my profile of ABAP + Java add in instance
    (H:\usr\sap\DBW\SYS\profile\DBW_DVEBMGS00_sap2)  i added parametrs
    icm/HTTP/j2ee_0                             PREFIX=/, HOST=sap2, CONN=0-10, PORT=50000   
    rdisp/j2ee_start_lazy                       1
    rdisp/j2ee_timeout                          600       
    rdisp/j2ee_start                            1   
    exe/j2ee                                    F:\usr\sap\DBW\DVEBMGS00\j2ee\os_libs\jcontrol.exe 
    icm/server_port_0                           PROT=HTTP,PORT=8100      
    I didn't manage to add parametrs because it's written "W:Unknown parameter jstartup/trimming_properties , a check cannot be performed "
    [code]
    jstartup/instance_properties
    jstartup/trimming_properties
    jstartup/protocol
    jstartup/vm/home
    exe/jlaunch
    jstartup/vm/home
    [/code]
    Also i had a profile for Central Service Instance with parametrs
    [code]
    SAPSYSTEMNAME = DBW
    INSTANCE_NAME = SCS01
    SAPSYSTEM = 01
    DIR_GLOBAL = F:\usr\sap\DBW\SYS\global
    DIR_PROFILE = F:\usr\sap\DBW\SYS\profile
    DIR_EXECUTABLE = F:\usr\sap\DBW\SCS01\exe
    SAPGLOBALHOST = sap2
    DIR_CT_RUN = F:\usr\sap\DBW\SYS\exe\nuc\NtIa64U
    rdisp/msserv = 3601
    enque/table_size = 4096
    enque/deque_wait_answer = FALSE
    enque/process_location = LOCAL
    enque/encni/port = 3201
    rdisp/enqname = $(rdisp/myname)
    enque/snapshot_pck_ids = 100
    ms/server_port_0 = PROT=HTTP, PORT=8101
    [/code]
    3)j2sdk1.4.2_11-x64 including jre
    4) That's the problem.
    When i run it and choose "Local Administrator menue" it's written "Can't open shared memory administration (rc=3)"
    What problem could it be?
    Thanks

Maybe you are looking for