cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Admin - Unable to lookup connection default

Former Member
0 Kudos

hello,

We are trying to connect to Visual Administrator and the following message is show:

unable to lookup connection default

Visual Admin was working fine, how we can fix this error?

Hernando

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hello all,

I solved the issue creating a direct connection to a dispatcher node, we connect using the user J2EE_ADMIN and P4 port .

Hernando

Former Member
0 Kudos

Hello Hernand,

Rate please answer whether they were beneficial.

Thank you.

Jiri

Former Member
0 Kudos

Hi,

The port to be used is not the HTTP Port , it is P4 port.

You will find this in

<drive>:\usr\sap\<SID>\JC01\j2ee\admin

in file < adminCFG.properties>

login_port = generally default is 50104.

Also confirm a check in config tool by going to path

<drive>:\usr\sap\<sid>\JC01\j2ee\configtool

and click on configtool.bat

and click on "secure store" on the right pane you will see the data for

user name, Port, and password.

If the password doesnot work reset here and then put the correct P4 port in visual admin and login.

This will start Visual Admin.

Regards,

Chetan Poojary.

Former Member
0 Kudos

hello,

I change the port to 50004 and check the connection but the following error is show:

unable to lookup connection parameters from host:50004

I checked in the configtool and the port is the same, the password was reseted.

Thanks

Hernando

Former Member
0 Kudos

Hello,

check you network configuration. In particular, the hostname should resolve to the ip address and vice versa. Please check the /etc/hosts -and hostname resolution (niping,ping etc.) as well.

Cheers,

Jiri

P.S.: Check note #609603, #1313644 too.

Former Member
0 Kudos

hello Jiri,

I check according with your recommendation the network configuration with OS admin, I could execute the ping with hostname and IP address and response OK.

I check the SAP Note 609603 and in the configtool I set in P4 the IP adress of server but the connection presented the same error:

Unable to lookup connection default

http://sapdev:8101/msgserver/text/logon returned empty list of connection parameters

What more I must check?

thanks,

Hernando

Former Member
0 Kudos

Hello,

I check the dev_disp log and find:

Wed Jan 27 12:14:35 2010

J2EE server info

start = TRUE

state = STARTED

pid = 8020

argv[0] = /usr/sap/DEV/DVEBMGS00/exe/jcontrol

argv[1] = jcontrol

argv[2] = -DCONNECT_PORT=64990

argv[3] = -DSAPSYSTEM=00

argv[4] = -DSAPSYSTEMNAME=DEV

argv[5] = -DSAPMYNAME=sapdev_DEV_00

argv[6] = -DSAPPROFILE=/usr/sap/DEV/SYS/profile/DEV_DVEBMGS00_sapdev

argv[7] = -DFRFC_FALLBACK=ON

argv[8] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE dispatcher node

DpJ2eeStart: j2ee state = STARTED

Wed Jan 27 12:14:55 2010

DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN

I did a check with niping:

niping -c -H sapdev -S 3300

Wed Jan 27 15:42:00 2010

connect to server o.k.

      • ERROR => NiTClientLoop: NiTReadLoop (rc=-6) [nixxtst.cpp 2839]

*****************************************************************************

*

  • ERROR connection to partner 'sapdev:3300' broken

*

  • TIME Wed Jan 27 15:42:00 2010

  • RELEASE 701

  • COMPONENT NI (network interface)

  • VERSION 38

  • RC -6

  • MODULE nixxi.cpp

  • LINE 4204

  • DETAIL NiIRead

  • SYSTEM CALL recv

  • COUNTER 1

*

*****************************************************************************

How we can fix this?

Hernando

Former Member
0 Kudos

Hello Hernando,

The dev_disp trace you uploaded shows that j2ee was starting and then was shutdown 20 seconds later by the R/3 dispatcher:

-


Wed Jan 27 12:14:35 2010

J2EE server info

start = TRUE

state = STARTED

...

DpJ2eeStart: j2ee state = STARTED

...

Wed Jan 27 12:14:55 2010

DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN <---- Here is was stopped by the R/3 dispatcher

-


The visual administrator can only connect if the j2ee engine has reached the running state. The fact that the R/3 dispatcher did an emergency shutdown is usually an indication that some j2ee specific instance profile parameters are missing. You should check the instance profile for the parameters listed in note 741289 for Netweaver 2004s and add any that are missing. You will need to restart the abap stack for some of some of the parameters to take effect.

Lastly, the Visual Administrator connection you were attempting to modify should be set back to the original value. If you are using the option for message server lookup, then you need the http port of the SCS message server, not the P4 port. P4 port is only used if you are using the direct connection option. If you forgot the original port setting, you can look it up by reviewing the dev_ms trace file under

/usr/sap/<sid>/SCS##/work/dev_ms

In the dev_ms you'll see an entry

      • HTTP port 81xx state LISTEN ***

which should correspond to the need message server http port number.

Regards,

Nathan Swenson

SAP J2EE Development Support

Former Member
0 Kudos

Hello Hernando,

please use JCMON utility during startup j2ee.

Regards,

Jiri

P.S.: What about dispatcher? Is it start-up correctly?

Former Member
0 Kudos

hello Nathan,

According with your recommendation, I applyed the SAP parameters (Note 741289 - Profile parameters of the J2EE Engine are lost):

icm/HTTP/j2ee_0 PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

rdisp/j2ee_timeout 600

exe/j2ee $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)

rdisp/j2ee_libpath $(DIR_EXECUTABLE)

rdisp/j2ee_start_control 1

jstartup/protocol on

j2ee/instance_id ID0027448

jstartup/instance_properties $(jstartup/j2ee_properties):$(jstartup/sdm_properties)

jstartup/release 700

jstartup/max_caches 500

jstartup/trimming_properties off

rdisp/j2ee_start 1

jstartup/vm/home /opt/java1.4

j2ee/dbdriver /oracle/client/10x_64/instantclient_10201/ojdbc14.jar

icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT=90,PROCTIMEOUT=14400

I restarted the system and test again the connection in VA but the same error was show. If I test (http://sapdev:50000/index.html) the system open the page.

Do you need I send you any log?

Thanks for your help

Hernando

Former Member
0 Kudos

Hello, this is the log of dev_dispatcher

-


trc file: "/usr/sap/DEV/DVEBMGS00/work/dev_dispatcher", trc level: 1, release: "701"

-


node name : ID2744800

pid : 3236

system name : DEV

system nr. : 00

started at : Thu Jan 28 12:06:16 2010

arguments :

arg[00] : /usr/sap/DEV/DVEBMGS00/exe/jlaunch

arg[01] : pf=/usr/sap/DEV/SYS/profile/DEV_DVEBMGS00_sapdev

arg[02] : -DSAPINFO=DEV_00_dispatcher

arg[03] : pf=/usr/sap/DEV/SYS/profile/DEV_DVEBMGS00_sapdev

arg[04] : -DSAPSTART=1

arg[05] : -DCONNECT_PORT=64999

arg[06] : -DSAPSYSTEM=00

arg[07] : -DSAPSYSTEMNAME=DEV

arg[08] : -DSAPMYNAME=sapdev_DEV_00

arg[09] : -DSAPPROFILE=/usr/sap/DEV/SYS/profile/DEV_DVEBMGS00_sapdev

arg[10] : -DFRFC_FALLBACK=ON

arg[11] : -DFRFC_FALLBACK_HOST=localhost

[Thr 1] Thu Jan 28 12:06:16 2010

[Thr 1] *** WARNING => INFO: Unknown property [instance.box.number=DEVDVEBMGS00sapdev] [jstartxx_mt. 840]

[Thr 1] *** WARNING => INFO: Unknown property [instance.en.host=sapdev] [jstartxx_mt. 840]

[Thr 1] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx_mt. 840]

[Thr 1] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx_mt. 840]

**********************************************************************

JStartupReadInstanceProperties: read instance properties [/usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties]

-> ms host : sapdev

-> ms port : 3901

-> OS libs : /usr/sap/DEV/DVEBMGS00/j2ee/os_libs

-> Admin URL :

-> run mode : normal

-> run action : NONE

-> enabled : yes

**********************************************************************

**********************************************************************

Used property files

-> files [00] : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties

**********************************************************************

**********************************************************************

Instance properties

-> ms host : sapdev

-> ms port : 3901

-> os libs : /usr/sap/DEV/DVEBMGS00/j2ee/os_libs

-> admin URL :

-> run mode : normal

-> run action : NONE

-> enabled : yes

**********************************************************************

**********************************************************************

Bootstrap nodes

-> [00] bootstrap : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties

-> [01] bootstrap_ID2744800 : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties

-> [02] bootstrap_ID2744850 : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties

**********************************************************************

**********************************************************************

Worker nodes

-> [00] ID2744800 : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties

-> [01] ID2744850 : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/instance.properties

**********************************************************************

[Thr 1] JLaunchRequestQueueInit: create named pipe for ipc

[Thr 1] JLaunchRequestQueueInit: create pipe listener thread

[Thr 2] JLaunchRequestFunc: Thread 2 started as listener thread for np messages.

[Thr 3] WaitSyncSemThread: Thread 3 started as semaphore monitor thread.

[Thr 1] SigISetDefaultAction : default handling for signal 18

[Thr 1] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)

[Thr 1] CPIC (version=701.2009.01.26)

[Thr 1] [Node: dispatcher] java home is set by profile parameter

Java Home: /opt/java1.4

[Thr 1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/DEV/DVEBMGS00/exe/jvmx.jar

**********************************************************************

JStartupIReadSection: read node properties [ID2744800]

-> node name : dispatcher

-> node type : dispatcher

-> node execute : yes

-> jlaunch parameters :

-> java path : /opt/java1.4

-> java parameters : -XX:NewSize=85M -XX:MaxNewSize=85M -XX:+DisableExplicitGC -verbose:gc

-> java vm version : 1.4.2 1.4.2.24-091126-23:00-IA64W IA64W

-> java vm vendor : Java HotSpot(TM) 64-Bit Server VM (Hewlett-Packard Company)

-> java vm type : server

-> java vm cpu : IA64W

-> heap size : 170M

-> init heap size : 170M

-> root path : /usr/sap/DEV/DVEBMGS00/j2ee/cluster/dispatcher

-> class path : ./bin/boot/boot.jar:./bin/system/bytecode.jar:.

-> OS libs path : /usr/sap/DEV/DVEBMGS00/j2ee/os_libs

-> main class : com.sap.engine.boot.Start

-> framework class : com.sap.bc.proj.jstartup.JStartupFramework

-> registr. class : com.sap.bc.proj.jstartup.JStartupNatives

-> framework path : /usr/sap/DEV/DVEBMGS00/exe/jstartup.jar:/usr/sap/DEV/DVEBMGS00/exe/jvmx.jar

-> shutdown class : com.sap.engine.boot.Start

-> parameters :

-> debuggable : no

-> debug mode : no

-> debug port : 50000

-> shutdown timeout : 120000

**********************************************************************

[Thr 1] JLaunchISetDebugMode: set debug mode [no]

[Thr 4] JLaunchIStartFunc: Thread 4 started as Java VM thread.

**********************************************************************

JHVM_LoadJavaVM: VM Arguments of node [dispatcher]

-> stack : 1048576 Bytes

-> arg[ 0]: exit

-> arg[ 1]: abort

-> arg[ 2]: vfprintf

-> arg[ 3]: -XX:NewSize=85M

-> arg[ 4]: -XX:MaxNewSize=85M

-> arg[ 5]: -XX:+DisableExplicitGC

-> arg[ 6]: -verbose:gc

-> arg[ 7]: -Dsys.global.dir=/usr/sap/DEV/SYS/global

-> arg[ 8]: -Dapplication.home=/usr/sap/DEV/DVEBMGS00/exe

-> arg[ 9]: -Djava.class.path=/usr/sap/DEV/DVEBMGS00/exe/jstartup.jar:/usr/sap/DEV/DVEBMGS00/exe/jvmx.jar:./bin/boot/boot.jar:./bin/system/bytecode.jar:.

-> arg[ 10]: -Djava.library.path=/opt/java1.4/jre/lib/IA64W:/opt/java1.4/jre/lib/IA64W/server:/opt/java1.4/jre/../lib/IA64W:/usr/sap/DEV/DVEBMGS00/exe:/usr/sap/DEV/DVEBMGS00/exe::/usr/sap/DEV/DVEBMGS00/exe:/usr/sap/DEV/DVEBMGS00/exe:/usr/sap/DEV/DVEBMGS00/exe:/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/lib:/usr/sap/DEV/DVEBMGS00/j2ee/os_libs:/usr/sap/DEV/DVEBMGS00/exe:/usr/sap/DEV/DVEBMGS00/exe:

-> arg[ 11]: -Dmemory.manager=170M

-> arg[ 12]: -Xmx170M

-> arg[ 13]: -Xms170M

-> arg[ 14]: -DLoadBalanceRestricted=no

-> arg[ 15]: -Djstartup.mode=JCONTROL

-> arg[ 16]: -Djstartup.ownProcessId=3236

-> arg[ 17]: -Djstartup.ownHardwareId=L0983541232

-> arg[ 18]: -Djstartup.whoami=dispatcher

-> arg[ 19]: -Djstartup.debuggable=no

-> arg[ 20]: -DSAPINFO=DEV_00_dispatcher

-> arg[ 21]: -DSAPSTART=1

-> arg[ 22]: -DCONNECT_PORT=64999

-> arg[ 23]: -DSAPSYSTEM=00

-> arg[ 24]: -DSAPSYSTEMNAME=DEV

-> arg[ 25]: -DSAPMYNAME=sapdev_DEV_00

-> arg[ 26]: -DSAPPROFILE=/usr/sap/DEV/SYS/profile/DEV_DVEBMGS00_sapdev

-> arg[ 27]: -DFRFC_FALLBACK=ON

-> arg[ 28]: -DFRFC_FALLBACK_HOST=localhost

-> arg[ 29]: -DSAPSTARTUP=1

-> arg[ 30]: -DSAPSYSTEM=00

-> arg[ 31]: -DSAPSYSTEMNAME=DEV

-> arg[ 32]: -DSAPMYNAME=sapdev_DEV_00

-> arg[ 33]: -DSAPDBHOST=sapdev

-> arg[ 34]: -Dj2ee.dbhost=sapdev

**********************************************************************

[Thr 4] JHVM_LoadJavaVM: Java VM created OK.

**********************************************************************

JHVM_BuildArgumentList: main method arguments of node [dispatcher]

**********************************************************************

[Thr 17] Thu Jan 28 12:06:20 2010

[Thr 17] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes

[Thr 17] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework

[Thr 17] JLaunchISetClusterId: set cluster id 2744800

[Thr 17] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]

[Thr 17] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]

Thu Jan 28 12:06:24 2010

[GC 69632K->5120K(165376K), 0.0554799 secs]

[Full GC 8557K->4746K(165376K), 0.1327333 secs]

[Thr 35] Thu Jan 28 12:06:25 2010

[Thr 35] JLaunchISetP4Port: set p4 port 50004

[Thr 46] JLaunchISetTelnetPort: set telnet port 50008

[Thr 46] JLaunchISetTelnetPort: set telnet port 50008

[Full GC 24675K->6374K(165376K), 0.1738559 secs]

[Thr 55] Thu Jan 28 12:06:27 2010

[Thr 55] JLaunchISetHttpPort: set http port 50000

[Thr 55] JLaunchISetHttpsPort: set https port 50001

[Full GC 51755K->9283K(165376K), 0.2490041 secs]

[Thr 17] Thu Jan 28 12:06:28 2010

[Thr 17] JLaunchISetState: change state from [Starting (2)] to [Running (3)]

[Thr 47] Thu Jan 28 12:06:48 2010

[Thr 47] JLaunchISetP4Port: set p4 port 50004

[Thr 25] Thu Jan 28 12:07:53 2010

[Thr 25] JLaunchISetHttpPort: set http port 50000

[Thr 25] JLaunchISetHttpsPort: set https port 50001

Thu Jan 28 15:01:34 2010

[GC 78915K->12686K(165376K), 0.0538121 secs]

Thu Jan 28 22:31:35 2010

[GC 82318K->12402K(165376K), 0.0172071 secs]

Fri Jan 29 06:11:36 2010

[GC 82034K->12422K(165376K), 0.0169012 secs]

Fri Jan 29 11:16:36 2010

[GC 82054K->13095K(165376K), 0.0218646 secs]

Fri Jan 29 18:51:37 2010

[GC 82727K->12652K(165376K), 0.0183377 secs]

Sat Jan 30 02:31:38 2010

[GC 82284K->12634K(165376K), 0.0180798 secs]

Sat Jan 30 10:16:15 2010

[GC 82266K->12603K(165376K), 0.0182812 secs]

part 2 of log -->

Thanks

Hernando

Former Member
0 Kudos

part 2 of log --> dev_dispatcher

Sat Jan 30 12:11:43 2010

[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor61]

[Unloading class sun.reflect.GeneratedMethodAccessor53]

[Unloading class sun.reflect.GeneratedMethodAccessor39]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor9]

[Unloading class sun.reflect.GeneratedMethodAccessor33]

[Unloading class sun.reflect.GeneratedMethodAccessor50]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor65]

[Unloading class sun.reflect.GeneratedMethodAccessor7]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19]

[Unloading class sun.reflect.GeneratedMethodAccessor55]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor72]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor38]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor50]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor57]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor34]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor25]

[Unloading class sun.reflect.GeneratedMethodAccessor51]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor21]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor62]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15]

[Unloading class sun.reflect.GeneratedMethodAccessor35]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13]

[Unloading class sun.reflect.GeneratedMethodAccessor8]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor52]

[Unloading class sun.reflect.GeneratedMethodAccessor54]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor56]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor37]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor80]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor10]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor45]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor51]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor53]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor17]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor27]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor73]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]

[Unloading class sun.reflect.GeneratedMethodAccessor36]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor31]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor82]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor46]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor77]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor40]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor84]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor64]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor24]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor42]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor8]

[Unloading class sun.reflect.GeneratedMethodAccessor43]

[Unloading class sun.reflect.GeneratedMethodAccessor42]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor60]

[Unloading class sun.reflect.GeneratedMethodAccessor38]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor58]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor71]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor29]

[Unloading class sun.reflect.GeneratedMethodAccessor37]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor7]

[Unloading class sun.reflect.GeneratedMethodAccessor49]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor59]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor28]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor67]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor41]

[Unloading class sun.reflect.GeneratedMethodAccessor3]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor30]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor55]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor33]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor81]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor23]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor11]

[Unloading class sun.reflect.GeneratedMethodAccessor47]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor54]

[Unloading class sun.reflect.GeneratedMethodAccessor40]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor44]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor32]

[Unloading class sun.reflect.GeneratedMethodAccessor46]

[Unloading class sun.reflect.GeneratedMethodAccessor45]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor48]

[Unloading class sun.reflect.GeneratedMethodAccessor5]

[Unloading class sun.reflect.GeneratedMethodAccessor44]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor18]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor43]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor63]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor49]

[Unloading class sun.reflect.GeneratedMethodAccessor6]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor70]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor16]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor75]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor22]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor74]

[Unloading class sun.reflect.GeneratedMethodAccessor10]

[Unloading class sun.reflect.GeneratedMethodAccessor48]

[Unloading class sun.reflect.GeneratedMethodAccessor56]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor85]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor68]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor35]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor26]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor47]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor79]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor76]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor69]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor66]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor39]

[Unloading class sun.reflect.GeneratedMethodAccessor34]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor83]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]

[Unloading class sun.reflect.GeneratedMethodAccessor41]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor78]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor20]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor36]

[Unloading class sun.reflect.GeneratedMethodAccessor4]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor12]

[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3]

[Unloading class sun.reflect.GeneratedMethodAccessor52]

30858K->9949K(165376K), 0.3563735 secs]

Sat Jan 30 19:53:48 2010

[GC 79580K->10093K(165376K), 0.0061629 secs]

Sun Jan 31 03:36:33 2010

[GC 79725K->10106K(165376K), 0.0044718 secs]

Sun Jan 31 11:19:21 2010

[GC 79738K->10132K(165376K), 0.0041851 secs]

Sun Jan 31 19:01:43 2010

[GC 79764K->10152K(165376K), 0.0042623 secs]

Mon Feb 1 02:41:44 2010

[GC 79784K->10161K(165376K), 0.0047823 secs]

Mon Feb 1 10:25:22 2010

[GC 79793K->10142K(165376K), 0.0051348 secs]

Mon Feb 1 18:03:40 2010

[GC 79774K->10166K(165376K), 0.0046987 secs]

Tue Feb 2 01:44:34 2010

[GC 79798K->10157K(165376K), 0.0042591 secs]

Thanks

Hernando

Former Member
0 Kudos

This solved my problem; only thing I wanted to add, when you create your new Direct Connection via Dispatcher Node, I had to select HTTP Tunneling in order to get it to work.

Thanks again!

Former Member
0 Kudos

Hello,

are you trying to connect with " lookup connection via message server" or " direct connection to a dispatcher node" ?

Connection details as follow

1)lookup connection via message server

host name :

user

P4 port

load balancing : logon group

if logon group is not configured it does not work

2) direct connection to a dispatcher node

host name

user

P4 port

in option 2 no need to provide logon groups

Please let me know if any probs

Regards,

Ravi Maddela

Former Member
0 Kudos

hello,

I select: " lookup connection via message server"

user : administrator or j2ee_admin

host: my server

HTTP Port : 8000 (according to SMICM)

load balancing: random

transport layer: default

but this connection not works too.

Hernando

Former Member
0 Kudos

You may want to create new connection with 'New' button.