cancel
Showing results for 
Search instead for 
Did you mean: 

NetWeaver 2004s SR2 installation fails on Import Java Dump

Former Member
0 Kudos

Dear All,

during IDES NetWeaver 2004s SR2 with BI, EP, EC in Import Java Dump phase I've got following error:


23.04.11 10:49:45 com.sap.inst.jload.Jload main
INFO: Jload -sec BC1,jdbc/pool/BC1,\\PINTO/sapmnt/BC1/SYS/global/security/data/SecStore.properties,\\PINTO/sapmnt/BC1/SYS/global/security/data/SecStore.key -dataDir C:/SAPinstall/JavaComp-NW7SR2\JAVA_EXPORT\JDMP -job C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\IMPORT.XML -log jload.log

23.04.11 10:49:46 com.sap.inst.jload.Jload main
SEVERE: couldn't connect to DB

23.04.11 10:49:46 com.sap.inst.jload.Jload logStackTrace
SEVERE: java.sql.SQLException: Wyju0105tek we-wy: Invalid number format for port number
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
	at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:395)
	at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:441)
	at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:166)
	at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
	at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
	at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
	at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
	at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
	at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)
	at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)
	at com.sap.inst.jload.Jload.main(Jload.java:580)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:331)
	at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

this is on Windows 2008 R2 64bit and Oracle 10.2.0.5. I've installed this system on such Windows with exactly the same configuration and there were no problems.. How can I fix it?

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I copied configtool from another instance, change configuration to open secure store from fresh installation and change parameters. There was 'undefined' as a port. I changed it to 1527 and installation went ahead.

Happy Easter everybody

nicholas_chang
Active Contributor
0 Kudos

hi pw.

Could you please explain how to manually launch the configtool by copying from other instance?

I've change the SID in the properties file but still failed to change.

I hit the same error when performing JAVA Import - system refresh

Thanks,

Nicholas Chang

Former Member
0 Kudos

As far as I remember, I've copied configtool from usr\sap\SID\DVEBMGSXX\j2ee\configtool to respective directory in my problematic instance. I also had to change parameters in several text files in configtool directory (paths etc). Then I run it and change port number form 'undefined' to 1527.

nicholas_chang
Active Contributor
0 Kudos

Hi,

Thanks for the prompt reply! I changed the same but i failed to launch configtool.... hmn......

Former Member
0 Kudos

Hello Sir,

Kindly check whether the database is up and running.

Also go to the kernel directory and check if the database is connecting to application using R3trans -x.

Kindly go ahead and restart the installation process it should work.

Regards

Vivek

Former Member
0 Kudos

Thanks for your answers. Port in listener is 1527. Database is up and running, but R3trans throws:


This is R3trans.exe version 6.14 (release 701 - 09.04.10 - 11:26:00).
unicode enabled version
2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
R3trans.exe finished (0012).

Former Member
0 Kudos

It looks like I have more problems... I can connect using SQLplus as user system providing oracle SID as Host, but I can't connect from cmd:


c:\Users\Administrator> sqlplus / as sysdba

SQL*Plus: Release 10.2.0.5.0 - Production on Sun Apr 24 12:48:00 2011

Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.

ERROR:
ORA-12560: TNS:protocol adapter error

Enter user-name: 

After reboot I have also problems with running ERP. In dev_w log I see:


C Sun Apr 24 12:37:19 2011
C  Client NLS setting (OCINlsGetInfo): connection handle 0 -> 'AMERICAN_AMERICA.UTF8'
C  Logon as OPS$-user to get SAPR3's password
C  Connecting as /@S11 on connection 0 (nls_hdl 0) ... (dbsl 701 280110)
C  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
C    0 UTF8                                                      0000000007C44910 0000000007C4C460 0000000007C4DC78
C  Attaching to DB Server S11 (con_hdl=0,svchp=0000000007C4DB38,srvhp=0000000010A53038)
C  
C Sun Apr 24 12:37:32 2011
C     OCIServerAttach(OCI_DEFAULT) failed with SQL error 12154:
C     ORA-12154: TNS:could not resolve the connect identifier specified                                                         
C  *** ERROR => CONNECT failed with sql error '12154'
 [dbsloci.c    11370]
C  SAPUSER or connect error 99=DBSL_ERR_DB, oerr=12154.
B  ***LOG BV3=> severe db error 12154     ; work process is stopped [dbsh#2 @ 1203] [dbsh    1203 ]
B  ***LOG BY2=> sql error 12154  performing CON [dblink#4 @ 433] [dblink  0433 ]
B  ***LOG BY0=> ORA-12154: TNS:could not resolve the connect identifier specified [dblink#4 @ 433] [dblink  0433 ]
M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1505]
M  in_ThErrHandle: 1
M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10651]

strange thing is that CRM on the same machine works fine... Any ideas?

-


OK I added ORACLE_SID to env variables and TNS problem is fixed. ERP couldn't connect because it's adm windows profil was in state 'backup' - have no idea why, but I fixed it.

But stayed problem with installation... Always the same error during Java dump phase.

Edited by: pw.skiba on Apr 24, 2011 2:05 PM

Former Member
0 Kudos

Hello

Kindly check the environment variables.

Restart your installation it should work.

Regards

vivek

Former Member
0 Kudos

Hi, any ideas which parameters? I made ERP and CRM installation on the same machine without such problems. Parameters looks ok.

Former Member
0 Kudos

Hello,

check the listener port number.

Thanks

Shaik