Problem of example IIOP...

Dear,
I have a problem when compiling the example of IIOP,
the example is including in the weblogic6.1 home dir. :
wlserver6.1/samples/examples/iiop/ejb/stateless/cppclient
the following is the error msg:
bash-2.03$ ant
Buildfile: build.xml
clean:
[delete] Deleting directory
/project/bea/wlserver6.1/samples/examples/iiop/ejb/stateless/cppclient/idl
init:
[mkdir] Created dir:
/project/bea/wlserver6.1/samples/examples/iiop/ejb/stateless/cppclient/idl
ejbc:
[echo] Generating container classes in iiop_ejb_stateless.jar
[echo] NOTE: Compilation requires
../server/wls/dist/std_iiop_ejb_stateless.jar.
[java] <Sep 8, 2001 10:20:23 AM HKT> <Warning> <EJB> <EJB
Deployment:
IIOPStatelessSession has a class
examples.iiop.ejb.stateless.server.wls.TraderHome
which is in the classpath. This class should only be located in the
ejb-jar file.>
[java] <Sep 8, 2001 10:20:23 AM HKT> <Warning> <EJB> <EJB
Deployment:
IIOPStatelessSession has a class
examples.iiop.ejb.stateless.server.wls.Trader
which is in the classpath. This class should only be located in the
ejb-jar file.>
compile_client:
[echo] ### CHECK POINT 1 ###
Unable to create client.idl.
BUILD FAILED
~/wlserver6.1/samples/examples/iiop/ejb/stateless/cppclient/build.xml:42:
null
Total time: 34 seconds
After i do some checking (### CHECK POINT ### in the above system out),
i found that the error is came
from here:
the line of 41 in build.xml:
<createidl
file="idl/examples/iiop/ejb/stateless/server/wls/TraderHome.idl"/>
can anyone tell me how to solve this problem?
thanks
Kurt

So Andy,
If the orb is not Visibroker but Orbix 2000, then there is no need
for pre-processing the idl into client.idl?
Thanks.
Andy Piper <[email protected]> wrote:
Kurt <[email protected]> writes:
Hi Kurt,
I am using Solaris 8 with Weblogic 6.1 Solaris Version.
Oh... it is only for Windows platform? How come it comes with Solaris
version?RMI-IIOP is supported on UNIX, but the building of the examples is
very platform specific and there wasn't time before release to do it
on every platform.
Would you please tell me how to setup that example in Solaris platform?
I have to do that example in Solaris. Thanks a lots.What C++ client orb are you using? It sounds like
Visibroker. Basically to build the Visibroker example you need to
pre-process the idl into client.idl. So generate the idl using ejbc
-idl then do something like:
     echo '#define ORB_PLACEHOLDER #include "orb.idl"' > orb.idl
     echo "ORB_PLACEHOLDER" >> orb.idl
     CC -E -I. -Iidl idl/examples/iiop/ejb/stateless/TraderHome.idl > idl/client.idl
     rm orb.idl
     idl2cpp idl/client.idl
CC -o Client.exe Client.cpp cpp/client_c.cpp
You will probably have to tweak this somewhat to get it to work.
andy

Similar Messages

  • Problem with examples in dbxml 2.4.13

    I downloaded a time ago dbxml 2.4.13 for windows (msi file) I tried to compile the helloworld example. That went fine, but when I run it, I it get always a memory exception problem.
    Unhandled exception at 0x7c812aeb in dbxmltest.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0012f188..
    It does not matter if I run in debug or release configuration, I alway get this error at the very first call to the lib at line with
    XmlManager mgr;
    Has anyone a clue what I did wrong here? Maybe I build it wrong ?
    My compile flags are :
    /Od /I "C:\Program Files\Oracle\Berkeley DB XML 2.4.13\include" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /nologo /c /ZI /TP /errorReport:prompt
    My linking flags are:
    /OUT:"X:\dbxmltest\dbxmltest\Debug\dbxmltest.exe" /NOLOGO /LIBPATH:"C:\Program Files\Oracle\Berkeley DB XML 2.4.13\lib" /MANIFEST /MANIFESTFILE:"Debug\dbxmltest.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"x:\dbxmltest\dbxmltest\Debug\dbxmltest.pdb" /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:PROMPT libdbxml24.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
    The output window is :
    'dbxmltest.exe': Loaded 'X:\dbxmltest\dbxmltest\Debug\dbxmltest.exe', Symbols loaded.
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
    'dbxmltest.exe': Loaded 'C:\Program Files\Oracle\Berkeley DB XML 2.4.13\bin\libdbxml24.dll', Symbols loaded.
    'dbxmltest.exe': Loaded 'C:\Program Files\Oracle\Berkeley DB XML 2.4.13\bin\libdb46.dll', Symbols loaded.
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\msvcr71.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\msvcp71.dll'
    'dbxmltest.exe': Loaded 'C:\Program Files\Oracle\Berkeley DB XML 2.4.13\bin\xqilla21.dll', Symbols loaded.
    'dbxmltest.exe': Loaded 'C:\Program Files\Oracle\Berkeley DB XML 2.4.13\bin\xerces-c_2_8.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcp90d.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcr90d.dll'
    'dbxmltest.exe': Loaded 'C:\Norman\Nvc\Bin\Niphk.dll', Binary was not built with debug information.
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\ntmarta.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\samlib.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\winsta.dll'
    'dbxmltest.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
    HEAP[dbxmltest.exe]: Invalid Address specified to RtlFreeHeap( 003E0000, 100D5740 )
    Windows has triggered a breakpoint in dbxmltest.exe.
    This may be due to a corruption of the heap, which indicates a bug in dbxmltest.exe or any of the DLLs it has loaded.
    This may also be due to the user pressing F12 while dbxmltest.exe has focus.
    The output window may have more diagnostic information.
    I hope anyone can help me, thanks

    Thanks for the quick reply.
    I am already in the building process. But I have another problem now. I took the latest source files from the site (2.4.16) and followed the instructions at http://www.oracle.com/technology/documentation/berkeley-db/xml/ref_xml/xml_win/intro.html
    I follow the instructions in section : Building with Microsoft Visual Studio 2008 and Visual C++ 2008 Express Edition because I use the express edition.
    But when compiling XercesLib There is a strange error which I cannot find a solution for.
    1>Base64.cpp
    1>Generating Code...
    1>Compiling resources...
    1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
    1>Copyright (C) Microsoft Corporation. All rights reserved.
    1>..\..\..\..\..\src\xercesc\util\Platforms\Win32\Version.rc(10) : fatal error RC1015: cannot open include file 'winres.h'.
    1>Build log was saved at "file://x:\dbxml-2.4.16\xerces-c-src\Build\Win32\VC8\Debug\obj\BuildLog.htm"
    1>XercesLib - 1 error(s), 9 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
    Is it not possible to compile the latest version with Visual C++ 2008 Express Edition ?

  • Problem getting example to work

    I'm new to WebLogic... I'm trying to enable security for my WebApp on WLS7.0.
    I want appserver to ask me for a password when I try to access a URL. I followed
    the steps in http://e-docs.bea.com/wls/docs70/secwlres/webappex.html but using
    my own WebApp, not "Basic Authentication Sample Web Application". I'm using Struts
    as front end. Problem: I'm not prompted for a password, everything just works
    as usual. Is there anything they don't mention in the example that I have to
    do more? Please help!

    This might be useful:
    http://www.orangecomputers.cc/Overview_WebAlert.asp

  • Problems with examples on WLS7.0 / RedHat8.0

    Hi all,
    I installed an evaluation copy of WebLogic/7.0.2.0 on a RedHat 8.0 Linux
    Box.
    I got some problems with the examples:
    The First problem was the copyright character in the index.jsp files
    I had to change the character with "&copy;" in the following files
    $SAMPLES_HOME/server/config/examples/applications/DefaultWebApp/index.jsp
    and
    $SAMPLES_HOME/server/stage/examples/examplesWebApp/index.jsp
    in order to avoid a weblogic.utils.ParsingException causing an Internal
    Server Error.
    Then I got an almost correct html page, but with most links invalid.
    The cause of this is that these links are like
    (even if a launch a browser locally on the server host, the SAMPLES_HOME
    variable is not expanded)
    The same problem occurs in links which get a path as parameters,
    e.g. :
    <A href=
    "http://flopiano:7001/examplesWebApp/OrderParser.jsp?xmlfile=@SAMPLES_HOME/server/src/examples/xml/orderParser/order.xml">
    the SAMPLES_HOME environment variable is correctly set when I launch the
    server (I wrote also a simple cgi which dumps the environment and I checked
    that it was properly set) but it is not substituted by the JSP engine
    (I'm not familiar with JSP technology but I guess that that variable should
    be used somehow to generate a correct url).
    I guess that this problem may be due to a misconfiguration or somenthing.
    What do you suggest to do ?
    Thanks in advance,
    Fabio Lopiano

    Fabio:
    So it looks like when you installed the installer did not do its job of
    doing macro substitution. Global search and repalce of @SAMPLES_HOME is
    needed. Ant can do this pretty quickly.
    See attached, where on my windoze box:
    samplesdest=E:/weblogic/src_141_02sj/samples
    You can modify this script and run it agains the root of your install to fix
    up the macro-subs.
    Hope this makes sense and helps.
    "Fabio Lopiano" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi all,
    I installed an evaluation copy of WebLogic/7.0.2.0 on a RedHat 8.0 Linux
    Box.
    I got some problems with the examples:
    The First problem was the copyright character in the index.jsp files
    I had to change the character with "&copy;" in the following files
    $SAMPLES_HOME/server/config/examples/applications/DefaultWebApp/index.jsp
    and
    $SAMPLES_HOME/server/stage/examples/examplesWebApp/index.jsp
    in order to avoid a weblogic.utils.ParsingException causing an Internal
    Server Error.
    Then I got an almost correct html page, but with most links invalid.
    The cause of this is that these links are like
    > (even if a launch a browser locally on the server host, the SAMPLES_HOME
    variable is not expanded)
    The same problem occurs in links which get a path as parameters,
    e.g. :
    <A href="http://flopiano:7001/examplesWebApp/OrderParser.jsp?xmlfile=@SAMPLES_HOME/s
    erver/src/examples/xml/orderParser/order.xml">
    >
    the SAMPLES_HOME environment variable is correctly set when I launch the
    server (I wrote also a simple cgi which dumps the environment and Ichecked
    that it was properly set) but it is not substituted by the JSP engine
    (I'm not familiar with JSP technology but I guess that that variableshould
    be used somehow to generate a correct url).
    I guess that this problem may be due to a misconfiguration or somenthing.
    What do you suggest to do ?
    Thanks in advance,
    Fabio Lopiano
    [build-hacksiminstall.xml]

  • Problem in generating IIOP classes

    Hai All!
    I am facing following problem. I am trying to generate IIOP stubs(RMI over
    IIOP). for this i compiled my Java remote i/f and remote imple files. when i tried
    to run weblogic.rmic on impl class , I am getting following error..
    Class weblogic.rmi.Remote not found in interface rmiIIOP.Compute.
    where rmiIIOP.Compute is my impl class.
    TIA.
    Rgds
    Manohar

    "Manohar K." <[email protected]> writes:
    Need more info.
    Hai All!
    I am facing following problem. I am trying to generate IIOP stubs(RMI over
    IIOP). for this i compiled my Java remote i/f and remote imple files. when i tried
    to run weblogic.rmic on impl class , I am getting following error..
    Class weblogic.rmi.Remote not found in interface rmiIIOP.Compute.
    where rmiIIOP.Compute is my impl class.
    TIA.
    Rgds
    Manohar--

  • Having problems with opening IIOP session

    i have a Oracle JServer and i have a listener for IIOP connection configured at 2481 port . If i use JDeveloper to create a connection , then it throws me an error as Unknow service x , this x value is increment everytime I try again.
    Is there some body who have any suggestions for this problem. I feel it might be a problem with listener.

    Hi ,
    The problem is not with your listener.But with your Jdeveloper.The Jserver you are using might be version 8.1.7 and the Jdeveloper might be 3.1.1.2 .Try using the Jdeveloper version 3.1.1.3 and that will solve your problem.
    GoodLuck
    Manz

  • Problem Deploying Examples

    Hello everybody.
    I'm having a strange problem when trying to deploy the examples described in the J2EE-Developers guide (e.g. the Converter example).
    It requires me to check "Return Client.jar" which I did and I specified the location for the file.
    The rest all works fine, but then I get the message:
    "There was a deployment error.java.io.FileNotFoundException: http://10.100.100.7:9191/ConverterAppClient.jar"
    On a different machine, using the same procedure as I did on mine, it works without any problems.
    Does anyone have any idea what this is about?
    THX in advance

    Hi again...
    I now kinda fixed the problem, by completely reinstalling the J2EE SDK. I had it installed in a folder like C:\Program Files\Java\j2eesdk13, and there it didn't work. Now it's installed in C:\j2ee and it works. I don't know, if that's the real reason (maybe folder names with spaces), but it works for me.
    But I'm havong another problem:
    When trying to run the examples from the developers guide with the J2EE SDK1.3, they don't work. I get some Corba NO_PERMISSION Error. Any ideas???

  • What caused this problem (see example photo)?

    I have discoved one shoting session whereby almost 50% of the shots have this solid rectangle as part of the raw file. Out of thousands of sessions and photo's, this folder is the only one with this problem.   These rectangles are all about the same size on each photo, but occur in different locations within the photo.  I don't think this is one just a corrupt file, but perhaps a error I unknowly made when looking at them when i used to use PhotoShop. (now using LR)  
    Does anybody have any idea's on how one would somehow make this kind of mistake?  j
    PS - I have never done anything in Photoshop real complicated.  Always just simple basic shapening or other small adjustments.

    Hal/Andrew:   Thanks for your replies.  Actually this was only one example of another 9 or 10 with this same problem in this folder.  The folder has about 10 good shots and 10 shots like this example.  This folder contains shots that were taken last year and the original compact flash that they were from was reused many times with 100's of shots since then with none corrupt in any way.   It was only this one folder that had this problem and only about half of these with this similar rectangle problem.  Of the twenty of so shots in this folder, the problem was completely random with one or two shots good and then next shot or next 5 or six shots were like this example, then then next shot was good and so on.

  • Problem running RMI/IIOP sample (stateless bean)

    Hi.
    I am unable to run the RMI/IIOP stateless bean sample (Weblogic 6.1 on
    Windows 2000). I have deployed the sample (iiop_ejb_stateless) and the
    server is running. I checked in the admin console and the module is
    deployed OK.
    However, the client is unable to get the initial context and throws a
    ""We were unable to get a connection to the WebLogic server at
    iiop://localhost:
    Please make sure that the server is running."
    error message on the command prompt. What could be wrong? Is there a
    flag I need to throw on to get the server to enable IIOP based
    connections?
    Thanks in advance,
    - deepak

    Deepak Balakrishna <[email protected]> writes:
    I am unable to run the RMI/IIOP stateless bean sample (Weblogic 6.1 on
    Windows 2000). I have deployed the sample (iiop_ejb_stateless) and the
    server is running. I checked in the admin console and the module is
    deployed OK.
    However, the client is unable to get the initial context and throws a
    ""We were unable to get a connection to the WebLogic server at
    iiop://localhost:
    Please make sure that the server is running."
    error message on the command prompt. What could be wrong? Is there a
    flag I need to throw on to get the server to enable IIOP based
    connections?It should be on by default. Try using SP2 to see if that helps at all
    (although all the examples work on all releases). Also try substituting
    localhost for your machine name, W2K does some fun tricks with DNS.
    andy

  • MBP 7.1 - Lion 10.7.1 Graphics Problems (Video Example)

    Hello!
    Just noticed this problem on Lion today. I was able to record it with my iPhone and just uploaded it to Youtube. I have other graphical bugs under Lion on my Macbook Pro 13" C2D 2.4, for example, some folders on Launchpad seem to lag to open a bit and there are a couple more situations where graphical lag is encountered. My battery life seems to be diminished a bit and memory usage is increased (currently have 4GB).
    http://www.youtube.com/watch?v=usNGAAhxjnw
    I just want to share this situation with the community and who knows someone from Apple will actually see this, since I couldn´t find a way to e-mail them this video.
    I´m really hoping 10.7.2 fixes most of the many graphical bugs/lags present on Lion.

    your monitor definitely didn't like that you were doing that. is it only when you bang the icon on the side of the screen that it does that , or does it do that when you don't?
    Looks like it's a constant thing. Meaning, it looks like it's trying to go to a new space, but doesn't, or you have a third party application that is activated when you do that. Are you on a completely clean installation of lion?
    orr it could be your video card, in which case there is this fix:
    http://osxdaily.com/2011/08/09/fix-macbook-pro-2010-crashes-kernel-panics-black- screens-in-os-x-10-7-lion/
    but never used it so don't know how good it works (research that).
    ultimately VEA said it best, if you are still under waranty, go to a store and show them. Have them fix it. Apple will not see this here, it's a community supported forum.
    please post your complete computer specs because there are like a million different variations of MBP. you can see the distinguishing characteristics of your machine in > About This Mac > More info, in which it'll tell you the model number.

  • Problems  with example Web Dynpro Binary Cache service.

    Hi!
    I made the example explained in PDF  Web Dynpro Binary Cache service, everything works fine but i faced a problem when a tried to download the excel file in XP  spanish version , all the columns  names came disorderly. These names are technical names of my nodes, i'm using bapis models to connect with R/3
    Who knows how can i solve this feature, the example works fine in my english XP`s version.
    Thanks!

    Hi Maria,
    which tutorial number do you refer to?
    Regards, Bertram

  • Popup windows are small and cannot be resized in Firefox v31.0. v30.0 and earlier does not have this problem. Example: Hostgator's SmarterMail. XP, 7, 8.1.

    My webmail interface is SmarterMail from Plesk as supplied by Hostgator. When Firefox updated to v31.0, I lost the ability to send mail because the popup windows for "New", "Reply", "Reply All", and "Forward" are too small to enter information and cannot be resized or maximized.
    This problem does not occur with older versions of Firefox (tested 16.0.2, 21.0, 24.0, and 30.0) or with Chrome or Internet Explorer. While I am writing to you from a Windows XP Pro SP3 system, I have also verified the problem under Windows 7 Pro (x64) and Windows 8.1 (x64).
    It's not profile settings, malware, or add-ons. I've tried Firefox Safemode and I've tried "Reset Firefox".
    For the time being the workaround is to disable Firefox updates and downgrade everybody with v31 to v30. Please fix this ASAP. You have lots of people reporting it.

    As a temporary workaround, you can block website scripts from resizing windows. It's a bit of a sledgehammer, but another user who has this problem indicated that it does stop the SmarterMail script from rolling up the window.
    Here's how:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''dom''' and pause while the list is filtered
    (3) Double-click the '''dom.disable_window_move_resize''' preference to switch it from false to true.

  • Problem with examples

    Hi.
    I'm new to intermedia, and when I try to run the sample applications (like the imgdemo in .../ord/img/demo) it returns me this error:
    Dropping table IMGDEMOTAB...
    Creating and populating table IMGDEMOTAB...
    Loading data into cartridge...
    FAILED: OCIStmtExecute() sqlstmt
    ERROR CODE = 28576
    ORA-28576: lost RPC connection to external procedure agent
    ORA-06512: at "ORDSYS.ORDIMG_PKG", line 419
    ORA-06512: at "ORDSYS.ORDIMAGE", line 65
    ORA-06512: at line 1
    FAILED: load_cart()
    In the same way, I can't run any of the other sample applications. However, I made a small application in jdeveloper inserting and reading images from a table using jsp, and it works perfectly.
    I have intermedia 8.1.7 in Linux.
    Thanx for any help.
    Eric.
    null

    Hi,
    From the error message, it looks like there's a problem with your SQL*Net configuration, either in tnsnames.ora or listener.ora, that is preventing the ExtProc mechanism from functioning correctly. The reason the JDeveloper application works is because it uses a try block to catch exceptions from the setProperties method and uses the browser-supplied MIME type when it stores the multimedia data.
    The interMedia FAQ contains instructions for investigating and fixing SQL*Net configuration problems that prevent ExtProcs from running. You can find the FAQ in <oracle-home>/ord/im/admin/imfaq.txt. Please let us know if this helps or if you still have problems.
    In order to better understand the variety of ways in which our customers are using interMedia, we'd be very interested in knowing a little more about your application, the interMedia functionality that you are using, and how you are developing and deploying your application. If you are able to help us, please send a short email message with some information about your application, together with any comments you may have, to the Oracle interMedia Product Manager, Joe Mauro, at [email protected] Thank you!
    Regards,
    Simon

  • PL/SQL XML Parser - problem running example

    Oracle 8.1.5 database on NT
    When i try running the example with command:
    SQL*Plus> exec domsample
    ('//SERVER_03/ORACLE/xml_tmp','family.xml', 'err.txt');
    I get the following error:
    ERROR at line 1:
    ORA-20100: Error occurred while parsing:
    //ORACLE/xml_tmp/err.txt
    ORA-06512: at "OEF1_MGR.XMLPARSER", line 43
    ORA-06512: at "OEF1_MGR.XMLPARSER", line 120
    ORA-06512: at "OEF1_MGR.DOMSAMPLE", line 80
    ORA-06512: at line 1
    If i use backward-slashes '\' which should be OK for NT i get:
    ORA-20100: Error occurred while parsing:
    \\ORACLE\xml_tmp/err.txt
    I tried using a directory (create directory ...) but this
    results in the same error.
    Thus anyone now how it should be done?
    Thanks
    null

    The use of "//" or "\\" appears to be a bug in JServer. It has
    been filed. You should not specify the path as a shared
    directory as a workaround.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    Andre (guest) wrote:
    : Oracle 8.1.5 database on NT
    : When i try running the example with command:
    : SQL*Plus> exec domsample
    : ('//SERVER_03/ORACLE/xml_tmp','family.xml', 'err.txt');
    : I get the following error:
    : ERROR at line 1:
    : ORA-20100: Error occurred while parsing:
    : //ORACLE/xml_tmp/err.txt
    : ORA-06512: at "OEF1_MGR.XMLPARSER", line 43
    : ORA-06512: at "OEF1_MGR.XMLPARSER", line 120
    : ORA-06512: at "OEF1_MGR.DOMSAMPLE", line 80
    : ORA-06512: at line 1
    : If i use backward-slashes '\' which should be OK for NT i get:
    : ORA-20100: Error occurred while parsing:
    : \\ORACLE\xml_tmp/err.txt
    : I tried using a directory (create directory ...) but this
    : results in the same error.
    : Thus anyone now how it should be done?
    : Thanks
    null

  • Problem in Connecting IIOP in 8i

    while deploying an EJB to Oracle8i through JDeveloper it shows the connection failed ..
    what to do more
    the SID , PORT and Host name is correct .
    Any modification to be done on the server side or the client machine !!
    Is there any way to check whether the IIOP connection is proper through JAVA program ..
    Anybody please help ...
    Thank You

    what s/w and h/w versions..

Maybe you are looking for

  • Problem :ALV:Deletion Flags not showing in output

    hi all ! I have a alv program which displays customer data.there are three deletion flags columns in the output. First deletion flag will be: KNA1-LOEVM Second deletion flag will be: KNB1-LOEVM Third deletion flag will be: KNVV-LOEVM earlier all thre

  • Can't navigate to log-in page

    Hi everyone! A couple months ago, I started being unable to view my account at my local library, Carnegie Library of Pittsbugh http://clpgh.org/ When I click on the "my account" page, it takes me to this page https://catalog.einetwork.net:443/patroni

  • Table name which contains status profile of a given process order

    Hi All, I created one process order and assigned a status profile for it. I need to know which table will contain both these values. Ex: If i give process order as an input, then it gives status profile as an output.

  • BTE type B not triggere

    Hi , I have used a BTE of type B (Business Object). I have copied the sample function module and created a product and assigned the same to product in P/S function modules and also check active flag. I have posted a document. But my function module i

  • As I try to load adobe photoshop elements 12 I get error "object already exists"

    As I try to load adobe photoshop elements 12 I get error "object already exists" does anyone knows why?