Barcode sample cound not run in 9ias

Oraclebarcode.jar Doesn't work on webserver
I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
the beforreport trigger code below
globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
The jar file is in the reports_classpath, as well as the report. What else to try????

Hello Yong,
Are you using JSP or Paper Layout ?
For JSP, you need to add the jar file to your OC4J environment to do that you can update the server.xml, application.xml (global for all applications in $OC4J_home/config) or orion-application.xml (local to your application, in $OC4J_home/application-deploymnent/<appName>) file and add this entry:
<library parth="<path to >/oraclebarcode.jar">
If you are using paper layout, with in process server, you need to modify your report server configuration file to add the jar file to your Report Engine class path: (this file is in $report_home/conf/rep_<server>.conf)
look for <engine id=rwEng ....
and add this attribute ... classPath="<path to >/oraclebarcode.jar" ...
If you have some problem with memory consumption you can also add some jvm parameter using another attribute
... jvmoption="-Xmx128M" ... (Mmx maximum memory size)
Regards
Tugdual

Similar Messages

  • Barcode sample could not run in 9ias

    Oraclebarcode.jar Doesn't work on webserver
    I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
    Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA.
    the beforreport trigger code below
    globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
    The jar file is in the reports_classpath, as well as the report. What else to try????

    Hello Yong,
    Are you using JSP or Paper Layout ?
    For JSP, you need to add the jar file to your OC4J environment to do that you can update the server.xml, application.xml (global for all applications in $OC4J_home/config) or orion-application.xml (local to your application, in $OC4J_home/application-deploymnent/<appName>) file and add this entry:
    <library parth="<path to >/oraclebarcode.jar">
    If you are using paper layout, with in process server, you need to modify your report server configuration file to add the jar file to your Report Engine class path: (this file is in $report_home/conf/rep_<server>.conf)
    look for <engine id=rwEng ....
    and add this attribute ... classPath="<path to >/oraclebarcode.jar" ...
    If you have some problem with memory consumption you can also add some jvm parameter using another attribute
    ... jvmoption="-Xmx128M" ... (Mmx maximum memory size)
    Regards
    Tugdual

  • Javaee6 sample does not run on remote GF 3.1

    I installed javaee6 with samples:
    java_ee_sdk-6u2-jdk-linux-x64-ml.sh
    I can run "automatic-timer" sample properly, when GF 3.1 runs on localhost.
    If GF 3.1 runs on a remte host.
    I set the remote GF 3.1 in bp-project/build.properties:
    javaee.server.name=192.168.1.101
    Now automatic-timer sample does not run:
    [java] Waiting for the timer to expire
    [java] Logged timeouts :
    [java] org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] javax.naming.NamingException: Lookup failed for 'java:global/automatic-timer-ejb/StatelessSessionBean' in SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:518)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:352)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      ... 4 more
    [java] Caused by: org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      ... 5 more
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] Exception in thread "main" java.lang.NullPointerException
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:54)
    Why does it use localhost instead of 192.168.1.106 ?
    How can I run the sample against a remote GF 3.1 ?
    Thank you

    I got solution:
    Re: Can't access remote EJBs (GF3.1)
    I followed the instructions from http://www.java.net/node/676636
    and changed "/etc/hosts" file:
    1) commented out the "internal" IP addresses in the first two lines
    2) and added a the external IP address
    #127.0.0.1 localhost
    #127.0.1.1 lennyserver
    192.168.0.202 lennyserver
    The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Now the InitialContext.lookup() can find the bean.

  • Sample application not running.

    Hi,
    I have downloaded sample application from Oracle website. Name of sample application is "Servlet Session Management Sample Application". But i got the following error. I have unlocked the OE schema used in this sample application. Any solution for it.
    javax.naming.NameNotFoundException: OE not found
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:124)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:189)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:63)
         at javax.naming.InitialContext.lookup(InitialContext.java:350)
         at oracle.otnsamples.servlets.EditCart.getProducts(EditCart.java:139)
         at oracle.otnsamples.servlets.EditCart.doPost(EditCart.java:115)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:684)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)

    To provide a little context for the problem I am having:
    I am following examples on how to use Essbase based on the book "Look Smarter Than You Are With Essbase" by Edward Roske and Tracy McMullen. I am new to Hyperion and Essbase, and am trying to learn about it and document what it can do. I used the the Sample Applicaiton, Basic database that came with the installation files and opened it in Excel by connecting to Essbase through Provider Services (all of this was done within Excel). The sample is based on a fictious company called The Beverage Company. I set-up a specific view that shows Sales of the Cola product in the East region, comparing the Actual sales with the Budget sales. The Sales of each city within East sum-up into a total for the East region. When I change the Sales in a specific city, like New York, I can successfully hit Submit Data (from the Hyperion menu within Excel), and then can see that it has been updated in the Essbase Administrative Services Console. However, when I try to calculate the data, throught Excel menu Hyperion > Calculation Options > Calculate (like the book says to do), I do not get the same result as the book says. Instead of updating the Total Sales for the East region, it reverts the data entry in the New York cell back to the original value. So essentially, any ability to enter in new data or change budget data, which is the purpose of Planning, is non-functional if I cannot get the Calculate the data I change. Have other people tried to do a similiar task of updating cell data in Excel and calculate it? If so, were the results successful?

  • XML/XSQL pages not running in 9iAS 903

    (Hopefully, this is the right place for this posting)
    I am trying to get my XML/XSQL pages to work with 9iAS 903 and I'm stuck.
    I am completely new to the XML and the XDK and have been trying since Friday to get the XDK installed and the demos to work as I'm hoping that this will get my runtime 9iAS 903 environment setup properly so that I can run my XSQL pages.
    Note I was able to install either XDK version 902 or 10 beta into the OC4J Standalone that comes with JDeveloper but when I issue the same command to install into 9iAS 903 it fails with the error listed below:
    C:\oracle\Ora9ias_j2ee\j2ee\home>java -jar admin.jar ormi://myhost.mydomain/ ias_admin welcome -deploy -file C:\oracle\xdk10beta\xdk\demo\java\xsql\xsqldemos.ear -deploymentName xsqldemos
    error:
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    So, now I'm wondering if something else need to be installed, but what?
    Bill G...

    Hi,
    Can you post your question at
    Oracle Application Server - General
    Regards,
    Anupama

  • Scripts in VPD demo/sample does not run

    Hi,
    I am trying to run the VPD sample in an alpha server runing Oracle9i on TRUE64 UNIX.
    When i run the "create_context_package.sql" i got some error messages.
    The user_id in the following cause the error.
    SELECT customer_id INTO This_Persons_Id
    FROM customers
    WHERE user_id = SYS_CONTEXT('USERENV','SESSION_USER');
    The scripts are also listed following, it is from technet.oracle.com,
    CONNECT Oe/[email protected];
    CREATE OR REPLACE PACKAGE BODY Context_Package IS
    PROCEDURE Set_Context IS
    This_Persons_Id NUMBER;
    BEGIN
    /* Record the fact that we are setting up a users context */
    /* We do this as we need to look up the user in the employee */
    /* table when they log on, and we do not want the employee */
    /* security policy to interfere with this lookup */
    Dbms_Session.Set_Context('OE','SETUP','TRUE');
    IF SUBSTR(SYS_CONTEXT('USERENV','SESSION_USER'),1,2)='CU'
    THEN
    /* If User is a customer, check to see if they have been */
    /* given access */
    BEGIN
    Dbms_Session.Set_Context('OE','ROLE', 'EXTERNAL');
    SELECT customer_id INTO This_Persons_Id
    FROM customers
    WHERE user_id = SYS_CONTEXT('USERENV','SESSION_USER');
    Dbms_Session.Set_Context('OE','PERSONS_ID', This_Persons_Id);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    /* Customer has no access, so set a dummy id */
    Dbms_Session.Set_Context('OE','PERSONS_ID', 0);
    END;
    ELSE
    BEGIN
    /* User is not a customer, therefore they must be an employee*/
    /* Set their Employee Id */
    Dbms_Session.Set_Context('OE','ROLE', 'INTERNAL');
    SELECT Employee_Id INTO This_Persons_Id
    FROM Employees
    WHERE User_Id = SYS_CONTEXT('USERENV','SESSION_USER');
    Dbms_Session.Set_Context('OE','PERSONS_ID', This_Persons_Id);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    /* No Employee Id found, set a dummy Id */
    Dbms_Session.Set_Context('OE','PERSONS_ID', 0);
    END;
    END IF;
    Dbms_Session.Set_Context('OE','SETUP','FALSE');
    END Set_Context;
    END Context_Package;
    SHOW ERRORS
    BTW, I am not sure if i need OID for VPD or for this example. Thanks for any help, tip, or reading document.
    TIM

    I got solution:
    Re: Can't access remote EJBs (GF3.1)
    I followed the instructions from http://www.java.net/node/676636
    and changed "/etc/hosts" file:
    1) commented out the "internal" IP addresses in the first two lines
    2) and added a the external IP address
    #127.0.0.1 localhost
    #127.0.1.1 lennyserver
    192.168.0.202 lennyserver
    The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Now the InitialContext.lookup() can find the bean.

  • Barcode sample couldnot run in 9ias

    barcode sample couldnot run in 9ias
    Oraclebarcode.jar Doesn't work on webserver
    I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
    Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    the beforreport trigger code below
    globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
    The jar file is in the reports_classpath, as well as the report. What else to try????

    1.I have reslove the problem.
    2.add d:\oracle\reports\jlib\oraclebarcode.jar to REPORTS_CLASSPATH。
    3.add d:\oracle\reports\jlib\oraclebarcode.jar to CLASSPATH。
    4.modify d:\oracle\reports\conf\<server_name>.conf。add d:\oracle\reports\jlib\oraclebarcode.jar 到engine element 的classpath attibute。
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar">。
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar"/>

  • 9iAS Portal R1 does not run on P-3/4 or Xeon Machine - I need help

    I installed 9iAS 1.0.2 on P-3, P-4 & Xeon machines, but the HTTP Server does not work. W2k shows that it is running, but actually it is not running.
    But, I have been successfully using it on AMD machines. Now, I need to run on Intel. Does anybody know the solution?
    With regards,
    Mamunur Rahman.

    ok guys get ready for this one!
    there where a couple of issues. yes it did help that i exported the project to the debug folder instead of  deploy folder we set up. but it still wasnt 100% right. so, one issue is that our asset swc was huge. we had everything under the sun in there. so, it would not compile correctly. how did i find this out you ask? i tried to run it in just the flash ide and it would compile so i knew something was super wrong. second, at some point somehow some of our text fields in the asset swc where converted to one of those new fangled tlf type text fields. we never added that swc to the compile path. somehow flash builder just ignored that and still built the swf but it mustve been corrupted to begin with.
    so the morale of the story keep an eye on your assets!!

  • 9ias setup exe could not run

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name : download.oracle.com...
    - Filename
    - Date/Time : 27,28 August 2002
    - Browser + Version : Internet explorer 6.0
    - O/S + Version : Windows XP 2002
    Hi,
    -After downloading and unzipping 9ias i could not run
    the setup.exe
    my computer has pentium 4
    i know there is aproblem with p4 and universal installer
    but what is the exact solution ?
    -I' am also wondering if there is a sertification with windows XP or not
    to not to waste my time
    Could anyone help me with this
    Waiting for a reply
    thanks !

    Hi,
    Please right click the setup.exe and choose run as administrator.
    Sometime, it may be caused by missing or corrupted system files, run SFC.
    Start>click cmd in the search box>type SFC/scannow.
    And sometimes other software, especially security type programs, can interfere with your installations.
    Test in Safe mode to see if the issue persists.
    Restart the computer, press F8 before the windows logo appears.
    If still cannot install, test with install .exe file in another computer. If the same issue, the issue may be the setup file itself. If can install in another computer, it may be the issue of the windows installer.
    Follow the steps in the kb to troubleshoot the issue.
    How to troubleshoot issues with Windows installer service
    http://support.microsoft.com/kb/2438651/en-us
    Regards,
    Ada Liu
    TechNet Community Support

  • Tutorial Sample not running

    Hi,
    I am very new to both Illustrator SDK and Adobe Illustrator software as well. My objective is to develop an illustrator plug-in for processing some eps file (for some other application). I downloaded the Illustrator SDK and tried to build the samples using Visual Studio Express Edition 2012. I got stuck as the samples seem to have used the MFC header file <afxres.h>, which is not included in VS 2012 Express Edition. Another forum member kindly pointed out that the samples do not use any MFC and advised me to replace afxres.h by windows.h. After this change I could build all the samples successfully. However, when I am running the Illustrator, I could not properly execute the main Tutorial (and several other) plug-in. For Tutorial, I see a menu option "Object->Filters->SDK->Tutorial..." coming and it gets enabled if I open a file in Illustrator. However, when I click this option nothing seems to happen (As per Adobe Start-up Guide, I should see a modal dialog box coming up), Same thing is happening in several other sample plug-ins like SnippetRunner, TransformButton, Webter etc., all of which are supposed to open a panel, but does not seem to be doing anything. However, some other plug-ins like Annotator, Multi-Arrow Tool, MenuPlay etc., which does not open a panel or dialog box but are related to user interface, are functioning properly. What can be the reason of this strange behavior? Is there any Illustrator option, which is preventing these panels from being created? Or is it somehow related to the afxres.h issue? I really think it is the first and being absolutely novice to Illustrator, I am missing out some obvious setting or something. Any help will be greatly appreciated as I really need to see the Tutorial sample as it has some functionality I want to use.
    Thanks in advance,
    Joydeep Ray

    Hi Leo,
    Many thanks for your answer. I also tried to debug the tutorial application today and noted the presence of these ...UI folder with the css, JavaScript files in them. I was wondering how to include them in the final output. Your reply has been very helpful. However, I don't see any .zxp file in my Adobe Illustrator SDK or even Adobe Illustrator installation. There is a .mxi file in each UI folder (e.g. TutorialUI.mxi). May be this is the installer. I will check with Adobe Extension Manager, which also I don't seem to have. Anyway, after going through the source code of the Tutorial code, I have understood some of the things previously unclear to me. So, I will leave installing these extensions and concentrate on my main task of opening and processing .eps files from a FileFormat plug-in, as you suggested.
    Best
    Joydeep

  • I have one application that has requirement to do low and high speed acquisition. I want to change sample rate while running. BUT... I have E series Device

    I am writing control software for a process that is usually dull and
    requires only 10 Hz acquisition rate.  At particular times during
    the sequence, however, we are interested in looking at a couple of
    channels at 1000 Hz.  My approach so far is to configure my
    Buffered DAQ to run at the higher rate at all times.  When we are
    in the 'high-speed DAQ' mode, the program logs every point to
    disk.  In the 'low-speed' mode, I am picking off every nth (in
    this case, 10th) point to log to disk.  At all times, I update my
    GUI indicators on the front panel at a maximum of 4 times per second (I
    find that anything faster results in an uncomfortable display), so I
    fill up a FIFO with data in my acquisition / logging loop, and read the
    FIFO in the display loop.  The data in my GUI display can be up to
    250 milliseconds off, but I find this acceptable . As a side note, I
    need buffered Daq with hardware timing, as software timing results in
    lost data at 1000 Hz.
    This all works fine and dandy, but I am convinced that it is not the
    most elegant solution in the world.  Has anyone developed a
    buffered DAQ loop where the scan rate can be adjusted during
    operation?  I would like to change the rate of the E-Series card
    rather than relying on down-sampling as I am now doing. 
    The reason I have concern is that at the moment I am simulating my AI
    using MAX and when running the down-sampling routine, I consistently
    miss a particular event on the simulated data becuase the event in
    question on the simulated data always occurs at the same 'time', and I
    always miss it.  Granted, while it is unlikely that my measured
    signal and my acquisition are perfectly synchronized in the real world,
    this particular situation points out the weakness in my approach.
    More than anything, I am looking for ideas from the community to see
    how other people have solved similar problems, and to have you guys
    either tear apart my approach or tell me it is 'ok'.  What do you
    think?
    Wes Ramm, Cyth UK
    CLD, CPLI

    Adding to Alan's answer:
    One of the problems that comes with these tricks for variable-rate acquisition is being able to match up sample data with the time that it was sampled. 
    If you weren't using either of E-series board's counters, there is a nifty solution to this!  You'll be using 1 of the counters to generate the variable-rate sampling clock.  You can then use the 2nd counter to perform a buffered period measurement on the output of the 1st counter.  This gives you a hw-timed measurement of every sampling interval.  You would need to keep track of a cumulative sum of these periods to generate a hw-accurate timestamp value for each sample.
    Note:  the very first buffered period measurement is the time from starting the 2nd counter until the first active edge from the 1st.  For your app, you should ignore it.
    -Kevin P.

  • Basic Search not working in 9iAS release 2

    gurus,
    the basic search is not working in 9iAS Release 2.
    i created few items in the portal and searched for values in basic search ... it did not return any search results ... i checked the search settings and found the Drop Index button ... thus i assumed that the indexes are created .... is there something wrong here ...?
    also, the client wants the search to return in a custom page .... how would i achieve that .... is there an api that i could call in form action and render the search output in my custom page ....?
    any help would be appreciated ...
    thanx

    Have you run the job to update the indexes? Please refer to the Configuration Guide for instructions on synchronizing the indexes with your content.
    The default Search Results page is defined in the Global Settings, under the Administration tab on the Builder page. Any page can be used for search results, as long as it contains the Custom Search portlet.

  • 'Not running in a hosted service or the Development Fabric' exception on deployed Worker role

    We are getting this exception after a worker role has been operating fine in production for several weeks.  Once this exception starts getting reported, it will keep getting it every time the worker role tries to access anything with the Diagnostics:
    Not running in a hosted service or the Development Fabric
    Note that the role is full trust, and as I mentioned this in in production on the Azure servers, NOT in debug.  The worker role itself does some dynamic compilation, for which it needs to start a new AppDomain.  It appears that the exception is
    coming from the spawned AppDomain when it occurs.  The exception itself is triggered on a simple Trace.TraceInformation call.
    What could cause this?
    What can we do to recover from this?

    We are getting this exception after a worker role has been operating fine in production for several weeks.  Once this exception starts getting reported, it will keep getting it every time the worker role tries to access anything with the Diagnostics:
    Not running in a hosted service or the Development Fabric
    Note that the role is full trust, and as I mentioned this in in production on the Azure servers, NOT in debug.  The worker role itself does some dynamic compilation, for which it needs to start a new AppDomain.  It appears that the exception is
    coming from the spawned AppDomain when it occurs.  The exception itself is triggered on a simple Trace.TraceInformation call.
    What could cause this?
    What can we do to recover from this?
    Hi,
    I have tested this situation in Windows Azure platform and i can not reproduce your exception message, my test code in follwoing MSDN samples and i deploy it in Production status.
    The MSDN article (include Appdomain code snippets)
    http://msdn.microsoft.com/en-us/library/system.appdomain.aspx .
    Base on my understand, the "Not running in a hosted service or the Development Fabric" error message occur when Azure Emulator or Azure development fabirc, because you create a new appdomain in WorkRole, and it may cause permission errors, a similar
    posts by my research:
    https://social.msdn.microsoft.com/Forums/en-US/windowsazuretroubleshooting/thread/50987285-58ac-484e-b604-725fe01a3325
    If you still have some problems, please inform me. Thank you.
    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact
    [email protected]
    Microsoft One Code Framework

  • Managed server not running.

    Hello.
    I execute the managed server.
    But the Managed server does not running.
    Why the error occurred in the server?
    D:\bea\wlserver6.1>"D:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h ".
    .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;.\samples\eval\cloudsc
    ape\lib\cloudscape.jar;.\config\examples\serverclasses" -Dweblogic.Domain=ex
    ampl
    es -Dbea.home="D:\bea" -Dweblogic.management.password=weblogic -Dweblogic.Pr
    oductionModeEnabled=true -Dweblogic.Name="managedServer" -Dweblogic.manageme
    nt.server="http://localhost:7001"
    "-Djava.security.policy==D:\bea\wlserver6.1/lib/weblogic.policy"
    weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <2002-02-14 ¿ÀÈÄ 08½Ã09ºÐ01ÃÊ> <Notice> <WebLogicServer> <Starting WebLogic
    Mana
    ged Server "managedServer" for domain "examples">
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_r
    ealm
    Start server side stack trace:
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_r
    ealm
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at
    weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.security.acl.internal.Security.verify(Security.java:87)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    at
    weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundR
    equest.java:85)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy7.getAdminMBean(Unknown Source)
    at weblogic.management.Admin.getServer(Admin.java:1252)
    at
    weblogic.connector.common.ConnectorService.initialize(ConnectorServic
    e.java:55)
    at
    weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
    46)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested
    except
    ion:
    [java.lang.SecurityException: Authentication for user system denied in realm
    wl_
    realm
    Start server side stack trace:
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_r
    ealm
            at weblogic.security.acl.Realm.authenticate(Realm.java:212)
            at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
            at
    weblogic.security.acl.internal.Security.authenticate(Security.java:12
    Thanks
    Hyun Min.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    I have just the same problem. I am trying to start a managed server on the SAME machine,
    from the SAME domain, from the SAME directory. Therefore they use the SAME filerealm.properties
    I guess that there must be something else than checking that both servers are configured
    with the same system password ...
    We are using WebLogic 6.1 and Portal Server 4.0 on top of it. We have configured
    LDAP Realm V1. Admin server starts OK.
    Thank you for any relevant input.
    Ales
    Parthasarathy Seshadri <[email protected]> wrote:
    Please make sure the password for the system user is the same for the Admin
    and
    managed servers. Please inform whether you have changed the System Password
    as
    described in: http://e-docs.bea.com/wls/docs61/adminguide/cnfgsec.html#1052304.
    Thank you.
    Hyun Min wrote:
    Hello.
    I execute the managed server.
    But the Managed server does not running.
    Why the error occurred in the server?
    D:\bea\wlserver6.1>"D:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h ".
    .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;.\samples\eval\cloudsc
    ape\lib\cloudscape.jar;.\config\examples\serverclasses" -Dweblogic.Domain=ex
    ampl
    es -Dbea.home="D:\bea" -Dweblogic.management.password=weblogic -Dweblogic.Pr
    oductionModeEnabled=true -Dweblogic.Name="managedServer" -Dweblogic.manageme
    nt.server="http://localhost:7001"
    "-Djava.security.policy==D:\bea\wlserver6.1/lib/weblogic.policy"
    weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <2002-02-14 ¿ÀÈÄ 08½Ã09ºÐ01ÃÊ> <Notice> <WebLogicServer> <Starting WebLogic
    Mana
    ged Server "managedServer" for domain "examples">
    java.lang.SecurityException: Authentication for user system denied inrealm
    wl_r
    ealm
    Start server side stack trace:
    java.lang.SecurityException: Authentication for user system denied inrealm
    wl_r
    ealm
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at
    weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.security.acl.internal.Security.verify(Security.java:87)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    at
    weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundR
    equest.java:85)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy7.getAdminMBean(Unknown Source)
    at weblogic.management.Admin.getServer(Admin.java:1252)
    at
    weblogic.connector.common.ConnectorService.initialize(ConnectorServic
    e.java:55)
    at
    weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
    46)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested
    except
    ion:
    [java.lang.SecurityException: Authentication for user system denied in
    realm>> wl_>> realm>>>> Start server side stack trace:>> java.lang.SecurityException: Authentication for user system denied in>realm>> wl_r>> ealm>>         at weblogic.security.acl.Realm.authenticate(Realm.java:212)>>         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)>>         at>> weblogic.security.acl.internal.Security.authenticate(Security.java:12>>>> Thanks>> Hyun Min.>>-->>Developer Relations Engineer>BEA Support>>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • WLS 8.1:SP2:Sample Portal not ruuning in HP-UX  11.23 (Intanium)

    Hello all,
    The sample portal is not running in HP_UX 11.23 ( Itanium ).
    Following steps are followed to install WLS.
    1. Installed the JDK: "java version "1.4.2.01""
    1. java -jar itanium_HP_pj_platform812_generic.jar
    2. Applied the patch: jar -xvf wls811_hpux1123_supp.jar.
    Started the server from:
    "bea/weblogic81/samples/domains/portal/startWebLogic.sh"
    Access the Portalserver page by: http://server:7001/ and access the mypage under
    "sampleportal".
    Exceptions are thrown. Attached the screen exception and
    Following error is thrown on the console
    Is there anyother step to be followed ?
    =========================================
    <Jun 23, 2004 11:49:58 AM IST> <Warning> <WLW> <000000> <Id=top-level; Method=com.bea.p13n.controls.userInfoQuery.UserInfoControl.getGroupNamesForUser();
    Failure=com.bea.p13n.controls.exceptions.P13nControlException: com.bea.p13n.controls.exceptions.P13nControlException:
    User guest does not exist. [ServiceException]>
    <Jun 23, 2004 11:49:59 AM IST> <Warning> <WLW> <000000> <Id=top-level; Method=com.bea.p13n.controls.profile.UserProfileControl.getProfileForUser();
    Failure=com.bea.p13n.controls.exceptions.P13nControlException: Profile for user
    guest, group null does not exist [ServiceException]>
    <Jun 23, 2004 11:50:00 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/todo/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:01 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/calendar/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:02 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/mail/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:02 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/contact/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:05 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/user/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:05 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/admin/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:42 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/todo/Content/index.jsp.>
    <Jun 23, 2004 11:50:45 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/calendar/Content/mini_day.jsp.>
    <Jun 23, 2004 11:50:47 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/mail/Content/edit_account.jsp.>
    <Jun 23, 2004 11:50:47 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/contact/Content/index.jsp.>
    <Jun 23, 2004 11:50:48 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/user/Content/forums.jsp.>
    <Jun 23, 2004 11:50:48 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/admin/Content/index.jsp.>
    <Jun 23, 2004 12:05:05 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/todo/Content/index.jsp.>
    <Jun 23, 2004 12:05:05 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/calendar/Content/mini_day.jsp.>
    <Jun 23, 2004 12:05:06 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/mail/Content/edit_account.jsp.>
    <Jun 23, 2004 12:05:07 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/contact/Content/index.jsp.>
    <Jun 23, 2004 12:05:07 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/user/Content/forums.jsp.>
    <Jun 23, 2004 12:05:10 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/admin/Content/index.jsp.>
    [email.eml]

    Hello all,
    The sample portal is not running in HP_UX 11.23 ( Itanium ).
    Following steps are followed to install WLS.
    1. Installed the JDK: "java version "1.4.2.01""
    1. java -jar itanium_HP_pj_platform812_generic.jar
    2. Applied the patch: jar -xvf wls811_hpux1123_supp.jar.
    Started the server from:
    "bea/weblogic81/samples/domains/portal/startWebLogic.sh"
    Access the Portalserver page by: http://server:7001/ and access the mypage under
    "sampleportal".
    Exceptions are thrown. Attached the screen exception and
    Following error is thrown on the console
    Is there anyother step to be followed ?
    =========================================
    <Jun 23, 2004 11:49:58 AM IST> <Warning> <WLW> <000000> <Id=top-level; Method=com.bea.p13n.controls.userInfoQuery.UserInfoControl.getGroupNamesForUser();
    Failure=com.bea.p13n.controls.exceptions.P13nControlException: com.bea.p13n.controls.exceptions.P13nControlException:
    User guest does not exist. [ServiceException]>
    <Jun 23, 2004 11:49:59 AM IST> <Warning> <WLW> <000000> <Id=top-level; Method=com.bea.p13n.controls.profile.UserProfileControl.getProfileForUser();
    Failure=com.bea.p13n.controls.exceptions.P13nControlException: Profile for user
    guest, group null does not exist [ServiceException]>
    <Jun 23, 2004 11:50:00 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/todo/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:01 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/calendar/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:02 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/mail/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:02 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/contact/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:05 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/user/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:05 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/admin/Content/not_logged_in.jsp.>
    <Jun 23, 2004 11:50:42 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/todo/Content/index.jsp.>
    <Jun 23, 2004 11:50:45 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/calendar/Content/mini_day.jsp.>
    <Jun 23, 2004 11:50:47 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/mail/Content/edit_account.jsp.>
    <Jun 23, 2004 11:50:47 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/contact/Content/index.jsp.>
    <Jun 23, 2004 11:50:48 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/user/Content/forums.jsp.>
    <Jun 23, 2004 11:50:48 AM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/admin/Content/index.jsp.>
    <Jun 23, 2004 12:05:05 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/todo/Content/index.jsp.>
    <Jun 23, 2004 12:05:05 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/calendar/Content/mini_day.jsp.>
    <Jun 23, 2004 12:05:06 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/mail/Content/edit_account.jsp.>
    <Jun 23, 2004 12:05:07 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/contact/Content/index.jsp.>
    <Jun 23, 2004 12:05:07 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/user/Content/forums.jsp.>
    <Jun 23, 2004 12:05:10 PM IST> <Error> <netuix> <BEA-420037> <There was an error
    loading the requested URI /portlets/collaboration/nativedb/discussion/admin/Content/index.jsp.>
    [email.eml]

Maybe you are looking for

  • BODI: How to extract data from a RESTful service

    Hi, Is there a way tot extract data from a REST service using Data Integrator (12.1.1.0)? I have to import data (in batch and with filters) from  several  webservices using  urls  like https://customer.productservice.net/connect/products.xml The serv

  • IPod Classic won't sync to Mac

    My iPod Classic 160 GB won't sync to Mac snow leopard, running iTunes 10.5.1. It was fine until I tried to mount my Mom's iPad2 and her iPod Classic 80 GB so that I could load content onto her devices.  Note: both her devices are attached to my iTune

  • I can't log into ichat with my .me or .mac account..help?

    I am on the ichat screen and it is telling me the user id or password is incorrect and I see from previous discussions that the password needs to be short.  But mine is 6 characters no numbers.  Is this the problem?  Under .me is just won't connect m

  • Crystal Report for Eclipse - Java SWING - JDBC Examples?

    <p>Good day! I am just a newbie in Java Programming and I am wondering if there is an example application in SWING-JDBC w/reports that uses Crystal reports w/ Eclipse IDE. As what I have noticed, all of the examples I have seen here are all in jsp an

  • Sync iPod Video- iTunes

    When I connect my iPod Video, iTunes, after trying to sync, says that the iPod can't be found, however the computer still detects it. What's wrong?