cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI Adapter JDBC does not start

Former Member
0 Kudos

We are having a problem starting the SAP XI Adapter JDBC.

We can see the service SAP XI Adapter JDBC as stopped in the Visual Admin. When we try to start it, it caused the Java Engine to restart. We have tried this a number of times and each time we start the the JDBC adapter from the Visual Admin, the Java Engine reboots the very next moment.

The following is the ouput from the std_server0.out file.

4083.469: [GC 4083.470: [ParNew: 128709K->41631K(131328K), 0.2827881 secs] 336281K->251220K(1004800K), 0.2833166 secs]

4166.414: [GC 4166.414: [ParNew: 129183K->38833K(131328K), 0.8085026 secs] 338772K->255484K(1004800K), 0.8090359 secs]

4263.977: [GC 4263.977: [ParNew: 126385K->34113K(131328K), 0.1806679 secs] 343036K->250764K(1004800K), 0.1812670 secs]

4285.783: [GC 4285.783: [ParNew: 121665K->39142K(131328K), 0.1628747 secs] 338316K->255793K(1004800K), 0.1636048 secs]

4295.537: [GC 4295.537: [ParNew: 126694K->42319K(131328K), 0.1669266 secs] 343345K->258970K(1004800K), 0.1674464 secs]

4304.336: [GC 4304.336: [ParNew: 129871K->41572K(131328K), 0.2049091 secs] 346522K->261179K(1004800K), 0.2054073 secs]

4316.254: [GC 4316.254: [ParNew: 129124K->35021K(131328K), 0.2293474 secs] 348731K->257764K(1004800K), 0.2298644 secs]

4394.185: [GC 4394.185: [ParNew: 122570K->32857K(131328K), 0.1438951 secs] 345314K->255601K(1004800K), 0.1444743 secs]

4492.069: [GC 4492.069: [ParNew: 120409K->33471K(131328K), 0.1226378 secs] 343153K->256214K(1004800K), 0.1231831 secs]

4660.310: [GC 4660.310: [ParNew: 121023K->34271K(131328K), 0.1864590 secs] 343766K->257014K(1004800K), 0.1870734 secs]

4800.741: [GC 4800.742: [ParNew: 121823K->38050K(131328K), 0.1913025 secs] 344566K->260793K(1004800K), 0.1918556 secs]

4868.944: [GC 4868.945: [ParNew: 125314K->38946K(131328K), 0.1978369 secs] 348057K->261689K(1004800K), 0.1983704 secs]

Service com.sap.aii.adapter.jdbc.svc started. (466 ms).

ld.so.1: jlaunch: fatal: relocation error: file /usr/j2se/jre/lib/sparcv9/libJdbcOdbc.so: symbol SQLAllocEnv: referenced symbol not found

-


stdout/stderr redirect

-


node name : server0

pid : 20940

system name : XID

system nr. : 00

started at : Thu Jan 14 11:40:16 2010

[Thr 1] MtxInit: 10001 0 0

CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources

CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain

CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub

CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS

CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices

CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile

CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup

CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue

CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode

CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode

CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto

SAP J2EE Engine Version 7.00 PatchLevel 109044.44 is starting...

Can anyone please suggest what could be wrong ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

According to your trace :

/usr/j2se/jre/lib/sparcv9/libJdbcOdbc.so: symbol SQLAllocEnv: referenced symbol not found

looks like J2EE is calling an unexisting functions (or whatever) from the library name libJdbcOdbc.so ... Are you using the right version of that file ?

Chris