OutOfMemoryException with jolt invoking.

hi~!
I installed WLS6.1sp1 with Tusxedo and jolt.
Then i started the WLS server, and i met "OutOfMemoryException when invoking jolt".
It was fine when i configured "2" Maximum pool size and "2" Minimum pool size.
But the minimum & maximum pool size

Hi~~
The heap setting was mx1024m. And the MaxPermSize was 131072k.
I think the reason of the "OutOfMemoryException" is related with the kernel parameter.
(the machine is HPUX 11i - superdome.)
But I have no idea how do i set the kerenl paremeters and about the exact relation
between memory and kernel parameters
And when i set the kernel parameters, is there any basis or canons or standards?
Plz give me some ideas....
thansk for your concern...
peace~!
Eugene.
Michael Young <[email protected]> wrote:
Hi.
What are your heap settings? What happens when you increase the heap?
Thanks,
Michael
Eugene NOH wrote:
sorry...the message was incomplete..
When the maximum & minimum jolt pool size were more than "2", the "OutOfMemoryException"ocurred.
How can i handle this situation..?
please help~~!!
regard...
eugene.--
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • Trying to use the transform process activity - flow with 2 invokes

    I want to transform incoming data with a transform "Process Activity" and write this transformed data out to two files. What I have tried to do is to transform the incoming data and then send the transformed variable into a flow with two invoke "Process Activities" which in turn use two "File Adapter" services to write to two separate output files. When I attempt to deploy this I get a complaint that I cannot use a single variable to feed both invoke "Process Activities" because of name space conflicts. Does anyone know how I could do this transformation without having to write a transformation for each invoke? It seems like it should be possible to simply write one transformation for multiple invoke operations. However, perhaps there is a completely different way to do what I am trying to do. I am fairly new to using BPEL and the Oracle SOA Suite. Thanks much!

    Here is the error message when I try to do what you suggested in your last post:
    Error(83):
    [Error ORABPEL-10035]: wrong messageType
    [Description]: in line 83 of "C:\SOADEMO\DataTransMultVETRO\bpel\DataTransMultVETRO.bpel", messageType "{http://xmlns.oracle.com/pcbpel/adapter/file/FileWrite1/}Employee2_msg" of variable "Invoke_FileWrite1_InputVariable" does not match the expected      messageType "{http://xmlns.oracle.com/pcbpel/adapter/file/FileWrite2/}Employee2_msg" in <invoke>.
    [Potential fix]: make sure the correct variable is used in invoke.
    I believe it is a problem with name spaces. I could change the name space prefixes, but that causes other errors. I am using JDeveloper to create this BPEL process flow using their predefined graphic "Process Activities" and "Services". FYI, I haven't gotten too much into writing the xml from scratch as I would think that the tool should be flexible enough to create this simple process flow.

  • NoClassDefError with jolt and WLS 6.1

    I'm trying to access a servlet I made(based on the SimpAppServlet that comes with
    jolt)
    I successfully installed it successfully on Tomcat3.2.2 and WLS5.1 but am having
    difficulty with WLS6.1-beta.
    I can compile with no errors but when I try to access it i get the following error:
    java.lang.NoClassDefFoundError: bea/jolt/pool/ApplicationException
    joltjse.jar is in the classpath so that's not the problem.
    If anybody has any ideas that would be greatly appreciated.

    solved
    The startweblogic.cmd script was resetting the classpath
    had to edit before it could recognize the jar file.
    Clem
    "Clem" <[email protected]> wrote:
    >
    I'm trying to access a servlet I made(based on the SimpAppServlet that
    comes with
    jolt)
    I successfully installed it successfully on Tomcat3.2.2 and WLS5.1 but
    am having
    difficulty with WLS6.1-beta.
    I can compile with no errors but when I try to access it i get the following
    error:
    java.lang.NoClassDefFoundError: bea/jolt/pool/ApplicationException
    joltjse.jar is in the classpath so that's not the problem.
    If anybody has any ideas that would be greatly appreciated.

  • WebLogic connects to Tuxedo with JOLT

    I have to work with Weblogic and Tuxedo with Jolt. But I tmboot -y to boot
    JSL,JREPSVR,than I want to config my repository editor to deploy my
    services,some eror messages display.
    Could some friends help me to solve this problem?
    After I input server ip and port <as in my ubbconfig file -n
    file://192.9.100.2:8000>,it displays
    bea.jolt.SessionException:Cannot connect to any file://192.9.100.4:8000.
    Reason:NwHdlr:Cannot open socket.
    Beafor I run "appletviewer RE.html",I have set CLASSPATH to include jolt
    classes.
    CLASSPATH=/app/tuxedo/udataobj/jolt/classes/bea/jolt
    PATH=/app/tuxedo/apps:/app/tuxedo/bin:/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:
    /usr/bin/
    X11:/sbin:/usr/tuxedo/bin
    *******************ubbsimple***********************
    #ident "@(#) apps/simpapp/ubbsimple $Revision: 1.1 $"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY 123456
    DOMAINID simpapp
    MASTER simple
    MAXACCESSERS 30
    MAXSERVERS 20
    MAXSERVICES 40
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    aix170 LMID=simple
    APPDIR="/app/tuxedo/apps/simpapp"
    TUXCONFIG="/app/tuxedo/tuxconfig"
    TUXDIR="/app/tuxedo"
    MAXWSCLIENTS = 20
    *GROUPS
    DEFAULT: LMID=simple
    GROUP1 GRPNO=1 OPENINFO=NONE
    JREPGRP GRPNO=94
    JSLGRP GRPNO=95
    *SERVERS
    DEFAULT:
    simpserv SRVGRP=GROUP1 SRVID=1
    JSL SRVGRP=JSLGRP SRVID=30
    CLOPT= "-A -- -n file://192.9.100.4:8000 "
    JREPSVR SRVGRP=JREPGRP SRVID=98
    RESTART=Y MAXGEN=10 RQADDR=JREPQ REPLYQ=Y GRACE=0
    CLOPT="-A -- -W -P
    /app/tuxedo/apps/simpapp/jrepository/jrepository"
    *SERVICES
    TOUPPER
    *******************ubbsimple***********************

    I have to work with Weblogic and Tuxedo with Jolt. But I tmboot -y to boot
    JSL,JREPSVR,than I want to config my repository editor to deploy my
    services,some eror messages display.
    Could some friends help me to solve this problem?
    After I input server ip and port <as in my ubbconfig file -n
    file://192.9.100.2:8000>,it displays
    bea.jolt.SessionException:Cannot connect to any file://192.9.100.4:8000.
    Reason:NwHdlr:Cannot open socket.
    Beafor I run "appletviewer RE.html",I have set CLASSPATH to include jolt
    classes.
    CLASSPATH=/app/tuxedo/udataobj/jolt/classes/bea/jolt
    PATH=/app/tuxedo/apps:/app/tuxedo/bin:/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:
    /usr/bin/
    X11:/sbin:/usr/tuxedo/bin
    *******************ubbsimple***********************
    #ident "@(#) apps/simpapp/ubbsimple $Revision: 1.1 $"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY 123456
    DOMAINID simpapp
    MASTER simple
    MAXACCESSERS 30
    MAXSERVERS 20
    MAXSERVICES 40
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    aix170 LMID=simple
    APPDIR="/app/tuxedo/apps/simpapp"
    TUXCONFIG="/app/tuxedo/tuxconfig"
    TUXDIR="/app/tuxedo"
    MAXWSCLIENTS = 20
    *GROUPS
    DEFAULT: LMID=simple
    GROUP1 GRPNO=1 OPENINFO=NONE
    JREPGRP GRPNO=94
    JSLGRP GRPNO=95
    *SERVERS
    DEFAULT:
    simpserv SRVGRP=GROUP1 SRVID=1
    JSL SRVGRP=JSLGRP SRVID=30
    CLOPT= "-A -- -n file://192.9.100.4:8000 "
    JREPSVR SRVGRP=JREPGRP SRVID=98
    RESTART=Y MAXGEN=10 RQADDR=JREPQ REPLYQ=Y GRACE=0
    CLOPT="-A -- -W -P
    /app/tuxedo/apps/simpapp/jrepository/jrepository"
    *SERVICES
    TOUPPER
    *******************ubbsimple***********************

  • Strange behaviour with ActiveX invoke node and Excel

    I want to send a table of numbers from LV50.1f to Excel97. After getting a
    reg to Excel8.Application I retrieve the Workbooks property, Invoke Item to
    select a certain Workbook reference, retrieve the Worksheets collection
    reference, Invoke Item and then get a reference to WORKBOOKS again.
    Strangely, there is an example code from the NI web site that does exactly
    the same, but in the last step a variant is returned in stead of a
    reference, which is converted using Variant to G to a Worksheet reference.
    when I copied that last invoke node to my VI I also had a variant returned,
    so on one diagram I had to invoke nodes connected to the same sources, one
    returning a ref, the other returning a variant!
    Disco
    nnecting the sources to my Invoke node and rewiring gave no change.
    Also type casting the ref to workbooks to a worksheets ref, didn't work - I
    get errors in the following property node that retrieves a Range - which
    exists in Worksheet, but not in Workbooks.
    Appearantly, LV gets the returned type mixed up sometimes, and there is no
    way to fix it other then copying a invoke node from another diagram?
    Finally I got it working though, but this behaviour puzzles me. Contrary to
    the example from NI, I now managed to send a table (2d array of strings) in
    one call to Excel (don;t need to loop over cells or columns).
    PS
    I used to do the same using DDE but ranges are different for each language
    version of Excel (i.e. R1C1 for English and R1K1 for Dutch), so my VI's need
    to know the language of Excel. Also with NT and Win98, getting a DDE
    connection often hangs LV. But a big progress has been made - now I need
    different VI's for each version of Excel!!!
    Ferry Toth
    Enraf BV, The Netherlan
    ds

    Hi Enric,
    Can you try your queries again using the new release of DB XML? It contains some improvements in this area.
    http://www.oracle.com/technology/software/products/berkeley-db/xml/index.html
    John

  • SAP R/3 with JOLT componant

    Hi,
    Does exist an adpater which permits to connect an R/3 instance to a JOLT agent ? The aim is to avoid the installation of Tuxedo on our server.
    At this moment we use this :
    SAP R3 - CLIENT C - tuxedo installed on the R/3 server -
    we would prefer to have this :
    SAP R3 - JOLT  CLIENT - Middleware- tuxedo installed on the client
    regards

    Hi,
    you use adapters to connect XI with other systems (SAP systems, legacy, ...:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    For SAP systems you usually use RFC, IDoc or Proxies.
    For your legacy systems which adapter fits best to your system and your scenario.
    Regards
    Patrick

  • Problem with sqldir invoked by host method in Forms10g on Unix

    Hi,
    I have a problem with invoking sqlldr from Forms10 using host command in
    Unix environment(Solaris). I have two ORACLE_HOME's , one for IDS10g and second where is Oracle Client with sqlldr, which I have to invoke.
    I have a script:
    #!/bin/sh
    NLS_NUMERIC_CHARACTERS=., ;export NLS_NUMERIC_CHARACTERS
    ORACLE_HOME=/export/home/oracle/oracle/product/10.2.0/client_3
    export ORACLE_HOME
    echo $ORACLE_HOME > env1.txt
    LD_LIBRARY_PATH=/export/home/oracle/oracle/product/10.2.0/lib32
    export LD_LIBRARY_PATH
    sqlldr TEST/TEST@orcl control='UOFE050.ctl' log='UOFE050.log' errors=1000000 skip=1
    ORACLE_HOME=/u01/app/oaspers/frs; export ORACLE_HOME
    echo $ORACLE_HOME > env2.txt
    I have all neccesary paths in my default.env file (/usr/bin:/export/home/oracle/oracle/product/10.2.0/client_3/bin:
    /usr/bin:/export/home/oracle/oracle/product/10.2.0/client_3) for FormsServer. I have tried invoke sqlldr with full path
    and I have tried to change LD_LIBRARY for current ORACLE_HOME (in shell script). Of course from command line the script is working.
    I know that only the line with sqlldr is not executed, so I have found a couple of threads on this forums but i have not found solution
    for my issue - with two ORACLE_HOME's - the invocation of script in Forms is - host('scr.sh').
    I am using webutil for uploading file to AS, and I do not want to use sqlldr on client.
    ps. the experiment for Windows was OK - with Host('cmd /k scr.bat',no_screen);
    thanks for help,
    gregory

    So my question to a Forms guru is that Do I have to really upload with webutil files to database and then put it down with utl_file and invoke sqlldr from database by f.e. java stored procedure ? A customer rejected solution with invoking sqlldr from client (reasonable - instalation Oracle client on every PC).

  • Problem with IPAM Invoke-IpamGpoProvisioning PowerShell Cmdlet

    Hi Guys,
    I have an issue with IPAM configuration installed on a Windows Server 2012 R2 and I have DC, DNS and DHCP installed on Windows Server 2012 R2 on another server, when i run the PowerShell Cmdlet to provision the IPAM GPOs using the following Cmdlet (c:\Invoke-IpamGpoProvisioning
    -Domain mydomain.local GpoPrefixName KHA  -IpamServerFqdn IPAM.mydomain.local -DelegatedGpoUser administrator) i get this error. 
    Invoke-IpamGpoProvisioning : Failed to create universal group IPAMUG. Exception calling "CommitChanges" with "0"
    argument(s): "The server is unwilling to process the request.
    At line:1 char:1
    + Invoke-IpamGpoProvisioning -Domain mydomain.local -GpoPrefixName KHA -IpamServerFqdn ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Invoke-IpamGpoProvisioning], Exception
        + FullyQualifiedErrorId : InvalidOperation,Invoke-IpamGpoProvisioning
    How to solve this issue to find the GPOs created on the DC ?

    Hi ,
    Thank you for posting your issue in the forum.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Problem with Jolt Repository Editing

    Greetings to all,
    I am suffering with a problem.A deficit of knowledge.
    Here it is:
    Our applications are running on Solaris 10 and Tuxedo 11gr1. If i need to add service in Jolt Repository how do I do it?
    All I have access to server is via a Putty Terminal (black screen console) and we have a jolt repository file which I do not understand completely.
    It has lines like this :
    add PKG/GETFLTSCHDFRI01: I think this is a package.
    add SVC/GETFLTSCHDFRI01: I think this is service declaration.
    bt=FML32:ex=1:BT=FML32:vs=3:bp:pf=167772161:po=1:
    pn=DATA:pa=rw:pt=string:ep:bp:pf=167772162:po=1:\
    pn=END_USER:pa=rw:pt=string:ep:bp:pf=167772163:po=1:
    pn=SERVICE_NAME:pa=rw:pt=string:ep:
    What I could interpret/guess is -
    bt - buffer type.
    ex - No idea
    BT - buffer type. why twice?
    pn is parameter name for service GETFLTSCHDFRI01.It has 3 of them.
    pt is parameter type.
    pa - parameter access permissions .
    ep - No idea
    bp - No idea
    pf -  No idea
    po - No idea
    add SVC/.GETSVC:vs=1:ex=0:bt=FML32:bp:
    pn=REPNAME:pt=string:pf=167772161:pa=wr:ep:bp:pn=REPVALUE:pt=string:pf=167772162:pa=rd:ep:bp:
    pn=STATLIN:pt=string:pf=167772163:pa=rd:ep:
    add SVC/.GETREC:vs=1:ex=0:bt=FML32:bp:
    pn=REPNAME:pt=string:pf=167772161:pa=wr:ep:bp:
    pn=REPVALUE:pt=string:pf=167772162:pa=rd:ep:bp:
    pn=STATLIN:pt=string:pf=167772163:pa=rd:ep:
    Now why this "." is before GETSVC or  GETREC -  - No idea
    Is there any way to understand this file completely and manually edit it to add a new service?
    Please help.
    Regards,
    Deb

    Thanks Bob,
    I copied the "jolt" directory from the Unix server (which I can only access by Putty ) in my local windows machine.
    I ran the below from Command Prompt.
    C:\Program Files\Java\jdk1.7.0_45\bin>appletviewer C:\Users\Deb\Desktop\jolt\jolt\RE.html
    The applet popped up but other than "Server" and "Port Number" everything was grayed out.
    I received an warning like :Warning: Can't read AppletViewer properties file: C:\Users\Deb\.hotjava\properties Using defaults. in the first run but not in second run.
    My ubb shows :
    JSL
            SRVGRP=JOLTGRP
            SRVID=1000
            CLOPT="-A -o logs/slog/JSL.out -e logs/slog/JSL.err --
                   -n //unixserver:32799 -m1 -M3 -x10 -T 360"
    I checked port status.
    unixserver:/apps/tuxapps/intserv_dev/config>netstat -na|grep 32799
          *.32799              *.*                0      0 49152      0 LISTEN
    Now when I am trying to connect from the applet putting the
    "Server" as "unixserver"
    "Port" as 32799
    It gives an
    bea.jolt.SessionException :Cannot connect to any //unixserver:32799
    Reason:NwHdlr: Cannot get address by name.
    Could you please suggest what is going wrong?
    Rgds,
    Deb

  • Problem with Remotely Invoked Function Module

    Hi All,
    I have a requirement to develop a Remote Enabled Function Module in SAP R/3 which will be invoked from an XI environment via an XML message.
    The purpose of this FM is to validate the incoming data(which comes as a pair of values) by comparing it with values in a corresponding SAP Table.
    If the incoming data is consistent with the values in the SAP Table, i need to return the data in the same format as it is passed. If any inconsistent record is encountered, then i just need to delete that particular record and return the rest of them.
    I used a TABLE for the Input/Output in the FM and tried it. Though it works fine stand-alone, when invoked from the XI environment, the calling system is able to receive only the name of the Table Structure that is used in the FM for I/O.
    I am unable to comprehend the format the input comes into SAP when the FM is invoked. So I'm not able to exactly pin-point the place where the problem arises.
    Please suggest a solution.
    Any pointers in this regard will be helpful.
    Thanks in Advance.

    Hi,
    You can view the incoming message in the local XI Message Monitor SXMB_MONI. There you will see if the input table parameter is correctly filled. In the same transaction, you can also see the reply that is sent to XI. If that is OK, you know that your function works correctly. When you are sure of that, and the calling system does not get the same parameters returned as you could see, that means the mapping in XI is wrong.
    good luck,
    Peter Glas

  • Problem with Remote Invoked Function Module

    Hi All,
    I have a requirement to develop a Remote Enabled Function Module in SAP R/3 which will be invoked from an XI environment via an XML message.
    The purpose of this FM is to validate the incoming data(which comes as a pair of values) by comparing it with values in a corresponding SAP Table.
    If the incoming data is consistent with the values in the SAP Table, i need to return the data in the same format as it is passed. If any inconsistent record is encountered, then i just need to delete that particular record and return the rest of them.
    I used a TABLE for the Input/Output in the FM and tried it. Though it works fine stand-alone, when invoked from the XI environment, the calling system is able to receive only the name of the Table Structure that is used in the FM for I/O.
    I am unable to comprehend the format the input comes into SAP when the FM is invoked. So I'm not able to exactly pin-point the place where the problem arises.
    Please suggest a solution.
    Any pointers in this regard will be helpful.
    Thanks in Advance.

    Hi Keerthivasan,
    My requirement also same,
    please send me the source code.Please help me urgent.
    Thanks.

  • Can't use encryption with jolt

    Hi.
    I'm trying to use encryption between Jolt clients
    and Jolt servers, but I can't get it work.
    The JSL's "-Z" option is set to 40, and it boots without errors.
    Tuxedo 6.5 Security add-on is installed.
    Everything works fine without the "-Z" option.
    However, the Jolt client always catches a SessionException, with the following
    message:
    Reason:NwHdlr: open: J_DH Bad Reply\nbea.jolt.JoltException: NwHdlr: open: J_DH
    Bad Reply
    and nothing is logged on the server side.
    Should I configure something on the client side ?
    Have I done something wrong ?

    Hi.
    I have problem with iSync and MotorolaV9 too.
    My WorkAround for megrate contact and iCal events to phone:
    1) Install Windows XP envirment in Sun Virtual Box. (Freeware soft)
    2) Install Motorola Phone tool in Windows XP (Sun Virtual Box envirment)
    3)Export PhoneBook from MacOs in vCard format.
    4)Import in Motorola Phone tool this file format vCard
    5)Copy contacts on the telephone.
    * i use next command for rewrite type contact.
    cat origvCard.vcf |sed -e s/WORK/CELL/g|sed -e s/MAIN/CELL/g|more > newvCard1.vcf
    About iCal:
    1)Export calendar from iCal in file.
    2)Open this file in Outlook (MS)
    3)Export events to CSV format
    4)Import from Motorola phone tool CSV file
    5)Move important contacts in phone

  • VI loaded with either Invoke Node or Call by Reference only functions properly when it is already open

    I have modified the Dynamic Loading example so that my case for the first button loads three VIs in succession, rather than one.  The first VI generates a waveform, the second uses this waveform to calibrate the measurement, and the last VI stops the waveform generation.  I discovered that the middle Calibrate.vi would only function properly if the Calibrate.vi was already open.  I attempted the VI loading of the Calibrate.vi with both the Call by Reference (identical to the example) and the Invoke Node method.  In both cases, the first and last VIs (Multitone Gen.vi and Stop Gen.vi) functioned properly, but the Calibrate.vi only worked correctly when it was already open.
    I have tried resetting the NI USB DAQ device and that hasn't helped.
    My search for answers has come up empty and I am hoping that someone in the forum might be of assistance.  I have attached a snapshot of each version of my code, both built off of the Dynamic Loading example.
    Thanks!!
    Attachments:
    Call by Reference.png ‏19 KB
    Invoked Node.png ‏21 KB

    Hello Anjelica,
    I do not receive any error messages when the middle VI is loaded and run.
    The Calibrate.vi acquires three separate corrections (Open, Short, Load), averaging results from a  number (N) of measurements, determined by the user.  When the VI is loaded and run correctly, information describing the multitone waveform generated by the first VI is first acquired.  Then the user selects each correction individually.  The corrections are made and averaged after N corrections, taking approximately 10 seconds per N.
    When the Calibrate.vi is malfunctioning, the multitone waveform information is not loaded and when a correction is selected, the indicator displaying the number of measurements performed (n of N where n = 0 to N) instantaneously displays N of N.  The correction measurements are not performed.  I have even tried using the Front Panelpen method and then running the middle VI and this results in the same malfunction unless the Calibrate.vi is already open.
    Though it is an obvious workaround, I can live with opening the Calibrate.vi via the Open VI Reference method outside of the while loop. This will be my solution for now.
    Thank you for your response.
    Attachments:
    Open Outside Loop.png ‏23 KB

  • "Cannot create connection" with Jolt

    I'm running WebLogic Server 5.1 sp12 and Tuxedo 7.1 on Linux. When I try to run
    another WebLogic connecting to this machine, I receive the following error:
    "Unable to connect to primary server at //barcelona:9000"
    I am not running any firewall on the Jolt Server.
    Does someone knows why does it happen?
    The weblogic.properties of the new machine:
    weblogic.system.startupArgs.gbixStartupClasses=\
    poolname=joltpool,\
    appaddrlist=//barcelona:9000,\
    failoverlist=//barcelona:9000,\
    minpoolsize=1,\
    maxpoolsize=10
    The ubbconfig file:
    #Jolt servers definition
    JSL SRVGRP=JSLGRP
    SRVID=1
    CLOPT="-A -- -n //barcelona:9000 -m4 -I3600"
    The netstat -ap output of the tuxedo machine:
    tcp 0 0 barcelona:9000 *:* LISTEN 10338/JSL
    tcp 0 0 barcelona:9001 *:* LISTEN 10339/JSH
    tcp 0 0 barcelona:9002 *:* LISTEN 10340/JSH
    tcp 0 0 barcelona:9003 *:* LISTEN 10341/JSH
    tcp 0 0 *:netbios-ssn *:* LISTEN -
    tcp 0 0 barcelona:9004 *:* LISTEN 10342/JSH
    tcp 0 0 barcelona:32783 *:* LISTEN -
    tcp 0 0 *:sunrpc *:* LISTEN -
    tcp 0 0 *:x11 *:* LISTEN -
    tcp 0 0 *:http *:* LISTEN -
    tcp 0 0 *:1521 *:* LISTEN -
    Thanks

    I have this problem solved already. It is related on how
    JSL is started, where it listens for connections and how
    the network is set on the Linux box...
    Tks

  • Spinning ball of death appeared while using word with equations invoked twice

    Has anyone else experienced a spinning ball ( had to force quit) while composing a word document with equations. It may be that I inserted equations more than once.

    I doubt its the render directory.
    There are advantages to moving to 1.0.4 (RedFlow) and there is no "Trash Preferences" fix, and even when people do manage to manually find the file to do that, it has never been reported to have had any effect at all.
    "Hang on launch" does happen... sometimes its a hardware issue, possibly a broken path. Bad sector on the hard drive? does Disk Utility have anything to say for itself?
    jPo

Maybe you are looking for

  • How can I make mac except capture from my canon xlh1?

    How can I make my imac recognize my canon XL1 Camcorder in Final Cut Express

  • Attaching photos to an Adobe Forms response

    Good Morning: Is it possible to attach a photo / photos along with responses to an Adobe Forms survey form?  I would like to send a marketing survey to our physicians and have them attach a photo of themselves to the survey.  Please advise, thanks.

  • What would be the simplest way to view and take control over the internet?

    Hi All: Can some one tell me what would be the best and simplest way to connect from my laptop to another laptop through the internet? I have DYNdns running on the second laptop and have a host name assigned to that system for it to update the IP sin

  • System copy of a business system : what to do?

    Hello everyone. We have copied a DEV system from a Win2003 32 bits server to a new Win2003 64 bits server. This DEV system R3 4.7 was also upgraded to ECC 6.0 Now, this system (the old one) was connected to a XI Dev server as a Business System. The o

  • Collaboration Room - Null Link

    Hi all, Ive created a new room template. First, I create a new workset and save it inside com.sap.ip.collaboration -> worksets All the iviews and pages of that workset are inside com.sap.ip.collaboration -> TemplateAndPartContent -> Generic After tha