Visual Web JSF web app unable to render. The theme tries to access META-INF

Hi,
BACKGROUND: I have created a Netbeans 6 Visual Web Project using the default Visual Web JSF Theme. My web application can be viewed properly and correctly when i deploy it on tomcat 6.
ARCHITECTURE: Our server configuration requires IIS to be our web server and tomcat to be our app server. Both are running on different machines. I have successfully linked up IIS 6 and tomcat 6 using the JK isapi_redirector.
PROBLEM: However, when i connect to my app via IIS, my starting page opens but the input box components on that page are not displayed and i get several javascript errors that read - 'dojo is undefined' and 'webui is undefined'.
PROBLEM DETAILS: I found that the page being served had a lot of files being requested from a META-INF folder. I have attached a snippet here.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#" xmlns:waistate="http://www.w3.org/2005/07/aaa">
<head>
<title></title><link rel="stylesheet" type="text/css" href="/BMC/theme/com/sun/webui/jsf/suntheme4_1_1/css/css_master-all.css" /><link rel="stylesheet" type="text/css" href="/BMC/theme/com/sun/webui/jsf/suntheme4_1_1/css/ie.css" /><script type="text/javascript">var djConfig={"parseOnLoad":false,"isDebug":false}</script><script type="text/javascript" src="/BMC/theme/META-INF/json2_0/json.js"></script><script type="text/javascript" src="/BMC/theme/META-INF/prototype1_5/prototype.js"></script><script type="text/javascript" src="/BMC/theme/META-INF/com_sun_faces_ajax.js"></script><script type="text/javascript" src="/BMC/theme/META-INF/dojo1_0_1/dojo/dojo.js"></script><script type="text/javascript" src="/BMC/theme/META-INF/dojo1_0_1/dijit/dijit.js"></script><script type="text/javascript">dojo.registerModulePath("webui.suntheme", "/BMC/theme/com/sun/webui/jsf/suntheme4_1_1/javascript");</script><script type="text/javascript" src="/BMC/theme/com/sun/webui/jsf/suntheme4_1_1/javascript/webui-jsfx.js"></script><script type="text/javascript">webui.suntheme.bootstrap.init({"debug":false,"theme":{"locale":"en-US","prefix":"/BMC/theme","modulePath":"/com/sun/webui/jsf/suntheme4_1_1/javascript/theme","bundle":"suntheme","module":"webui.suntheme.theme"}});</script><link id="link1" rel="stylesheet" type="text/css" href="/BMC/resources/stylesheet.css" />I think the JK isapi_connector in IIS is preventing access to the META-INF path and the isapi_director log file says - "*+[emerg] HttpFilterProc::jk_isapi_plugin.c (1282): [BMC/theme/META-INF/json2_0/json.js] points to the web-inf or meta-inf directory. Somebody tries to hack into the site!!!+*". The same message is repeated for several more javascript files that are being served from under the META-INF path.
Any help or advice in this matter will be greatly appreciated.
Thanks!!!

I managed to find a workaround. Thought i should share it with those who are faced with a similar issue.
I found that a bug report had been placed in the past with Apache Dev. However, they had said that they would not modify their logic because the servlet container spec requires it (even though isapi_redirector is only a connector and not a container). They said that there is no way for the isapi_redirector to differentiate between /foo/WEB-INF when foo is a context and when foo is just a sub-directory of the ROOT web application. So, the general consensus was to err on the side of safety and risk blocking a few requests that are valid.
However, this causes a serious issue for those using NetBeans JSF Visual Web Projects. Hence, I created my own flavour of isapi_redirector by modifying the code such that this check is not performed and leaving the onus of checking on Tomcat.
For those who are interested, the simplest way to go about this would be to force the function uri_is_web_inf (in jk_isapi_plugin.c ) to always return FALSE.

Similar Messages

  • Unable to open external list : Error : Unable to render the data. If the problem persists, contact your web server administrator.

    Hi,
    Please note we are using SQL Server 2008 for sharepoint. Does it matter for this issue?
    Please help.
    Thanks.

    Hi,
    According to your post, my understanding is that you failed to open external list.
    Please change the External Content’s connection properties’ Authentication Mode to BDC identity.
    Then launch the SharePoint 2013 Management Shell and run the PowerShell commands to remove the error.
    Here is a similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/69d937e6-f4a3-40e0-b57f-67cddb4ed12e/sharepoint-2013-unable-to-render-the-data-if-the-problem-persists-contact-your-web-server?forum=sharepointcustomization
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Sharepoint ONLINE - Unable to render the data. If the problem persists, contact your web server administrator

    Hi,
    I have followed the steps in the following link:
    Make an External List from a SQL Azure table with Business Connectivity Services and Secure Store, but I keep receiving the following message when I try to access an external list:
    "Unable to render the data. If the problem persists, contact your web server administrator"
    Note: I'm using SharePoint 2013 ONLINE, and (as far as I know) I have no access to the logs & powershell.
    Any body has had the same issue before?
    Regards.
    Note: I have tried changing my ECT's connection property (through designer 2013) to BDC Identity, but I keep receiving the following error message:
    The metadata object that has Name "xxxx" has a Property with name "AuthenticationMode" and value "RevertToSelf". This value indicates that the runtime should revert to the identity of the application pool, but reverting to the
    application pool is not permitted for partitioned service applications.
    Saeed Fattahi .NET Specialist

    Try changing the External Content’s connection
    properties’ Authentication Mode to BDC identity. You will most like get an error (which I have shown below)
    Below is an error you will received. Read through
    the error carefully.
    Launch the SharePoint 2013 Management Shell
    and run the below commands
    $bcsServiceApp = Get-SPServiceApplication
    | where {$_ -match "Business Data Connectivity Service"}
    $bcsServiceApp.RevertToSelfAllowed
    = $true;
    $bcsServiceApp.Update();
    This Solved the problem for me. you can try
    Sharepoint | TechCenter franklin

  • SP online 365 - Unable to render the data. If the problem persists, contact your web server administrator.

    Help needed urgently, i'm pulling my hair out on this one!
    Using SharePoint online (365) I am trying to create an external list to a SQL table. I go through the steps in SP designer and finally create the external list but when I go to the list I get the error:
    Unable to render the data. If the problem persists, contact your web server administrator.
    I have read all of the posts on here to fix this and they are mainly for on premise; the powershell doesn't work with spOnline and I have added permissions into the BCS service application but nothing works. I read that it is not possible to connect
    sharepoint online to an on-premise SQL database so I moved the SQL database to an azure SQL service server but I still get the same error.
    I have a "test" on premise sharepoint which I have tried this on and it works fine so it must be an issue with SPonline! does anyone know how to get BCS connections to external data working in sharepoint online as external lists?

    Hi,
    In SharePoint online, we support:
    Business Data Connectivity (BDC)
    Data Source types, including Windows Communication Foundation (WCF) 
    SQL Server Azure connectors
    I'd suggest you refer to the article below:
    https://support.office.com/en-us/article/Make-an-External-List-from-a-SQL-Azure-table-with-Business-Connectivity-Services-and-Secure-Store-466f3809-fde7-41f2-87f7-77d9fdadfc95?ui=en-US&rs=en-US&ad=US
    It describes about how to use SharePoint technologies to access data from a SQL Azure database without having to write code, including create an External List by using Business Connectivity Services (BCS) and Secure Store. BCS connects SharePoint solutions
    to external data, and Secure Store enables user authentication for the data. By using an External List, you can display the contents of a table from SQL Azure in SharePoint Online. Users can read, edit, and update the data, all in SharePoint Online.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Unable to find the IT Resource in Access Policy

    Hi,
    i have created the IT Resource in OIM11gR2 PS1. then i am trying to create the new access policy. i am unable to find the IT Resource in access policy. can someone please help on this.
    Shyam

    can you verify the access permissions. By default SYSTEM ADMINISTRATORS role should have read/write permission
    or you can click ->Assign Role. then select ALL USERS role and provide read/write permission to it and see if this works.

  • I have uninstalled and reinstalled itunes several times bc i cannot access the store.  still unable to....tries to access but then just stops. no error.  please help

    i have uninstalled and reinstalled itunes several times bc i cannot access the store.  still unable to....tries to access but then just stops. no error.  please help

    Try this:
    Go to command prompt (in windows XP, START/All Programs/Accessories/Command Prompt)
    Type in following:
    Netsh winsock reset
    Hit "Enter" key.  Restart computer.
    Now check &amp; see if iTunes stores is back to normal.
    If not, try temporary uninstall your Security software &amp; see if it works.

  • My ipad unable to drag the slider, tried on restart, no reponse. How to solve this?

    My ipad is not hang, just unable to drag the slider to access it.
    I had tried many times on "Hold down the Sleep (On-Off) and Home buttons together for about 10-15 seconds or until the Apple Logo appears - ignore the red slider if it appears - then let go of the buttons. The device should begin to start up"
    It appeared apple logo, the device is restart, however still unable to drag the slider.
    It is faulty on the screen?

    Hey there AndreaYong,
    It sounds like your Touchscreen on the iPad isnt working correctly. I would recommend the troubleshooting info in the following article to help you figure out if this is a hardware issue or not:
    If the screen on your iPhone, iPad, or iPod touch doesn't respond to touch
    Make sure your hands are clean and dry, then try these steps:
    If you have a case or screen protector on your device, try removing it.
    Clean the screen with a soft, slightly damp, lint-free cloth.
    Unplug your device.
    Restart your device. If you can't restart, reset your device.
    If your touchscreen still doesn't respond like it should, contact Apple Support or take your device to an Apple Retail Store or Apple Authorized Service Provider.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • 'UNABLE TO CONNECT' message when trying to access wifi

    My 16gb iphone 3G has lost its capability to connect to wifi since upgrading to latest software. It will see available connections but when i try to connect it says 'unable to connect'
    Tried various methods like resetting internet connection etc. Just wont connect.
    Any ideas or solutions before i visit the genius bar next week?
    Will apple replace a 20 month old phone for free?

    I have a 32gb iPhone 4 with version 4.2.1 with a similar issue. However, my problem popped up out of the blue. Yesterday it connected to my home wi-fi with no problem, but today, it gives me the "Unable to join the network" message.
    I'm certain it's not an issue with the network because I'm connected to the same network on my laptop right now. (As is every other wireless device in our home.)

  • Web service returned error: "Unable to process the request"

    Hello,
    i´ve created a small Rule Project to test creating webservices. I´m using XSD to define the Rules.
    After this, i´ve created the .ear file with the webservice generation tool and i´ve deployed the file. I´ve built and deployed the Rule Project too.
    Now i will test the Webservice with the WebService Navigator and i get the following fault code:
    After i´ve read some posts, i´ve found in Log and Traces the Error "No GUID found for ruleset 'FindUser'". I´ve checked the name of the ruleset in the webservice generation tool, but it´s exactly the same!
    I´ve checked the tips from my last post , but the error still exists.
    Has anyone any idea what the problem might be?
    Regards,
    Bastian

    Hi Arti,
    yes, i´ve deployed the rule project into the Application Server.
    The link that you´ve send me is from my last post. I´ve already checked all tips, but the error still exists.
    In this case i´ve created a very small rule project, with one Decision Table and one Rule. I´ve created my own .xsd file to create the Decision Table. After this i´ve deployed the rule project into the Application Server and generated the .EAR file with the Web Service Generator Tool. Then i´ve deployed the .EAR file into the Application Server and tried to test this.
    Do you have another idea?
    Thanks and Regards,
    Bastian

  • Excel Web Service - yet another "Unable to process the request"

    Hello,
    On Windows Server 2008 R2 SP1 and
    SharePoint 2010 SP1 we are receiving the following error while trying to open Excel document in Excel Web Part. It shows the standard error: "An error has occured".
    When exploring ULS we found the non-informative error (An error has occurred):
    There was an error in communicating with Excel Calculation Services http://domain:port/cced17b7a4c74d56827ad40c61795580/ExcelService*.asmx exception: An error has occurred. [Session:  User: username].
    Error ID is 5240, however, this asmx service file loads normally
    by itself (using the same link from error message).
    All needed features and services are enabled. IISRESET done a lot of times, even Excel Service Application was re-created.
    Could you please help us with this problem or at least how to get more information about this "Error occurred"?
    Thank you!

    Kindly access the excel service url by removing the *.
    http://domain:port/cced17b7a4c74d56827ad40c61795580/ExcelService.asmx
    By this you will get the root issue.
    If you get the error something like:
    "Memory gates checking failed because the free memory (51486720 bytes) is less than 5% of total memory. As a result, the service will not be available for incoming requests. To resolve this, either reduce the load on the machine or adjust
    the value of minFreeMemoryPercentageToActivateService on the serviceHostingEnvironment config element."
    Then do the following:
    Edit the web.config in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config and add
    minFreeMemoryPercentageToActivateService="0" to the
    serviceHostingEnvironment element. Afterward, service will be started when there is at least 0% RAM free, i.e. always.

  • Unable to render the complete row when checkbox is ticked

    Hi all
    i my application I am trying to show the whole row selected when a check box is ticked by user , which we usually se in mail clients ex. gmail .I am attaching some rough code : -
    public class RenderedTable extends JFrame
        public RenderedTable()
            init();
        private void init()
            RenderedTableModel model  = new RenderedTableModel();
            JTable table = new JTable(model);
            JScrollPane pane = new JScrollPane(table);
            getContentPane().add(pane);
            setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            setTableCellrenderer(table , model);
            table.setAutoResizeMode(JTable.AUTO_RESIZE_LAST_COLUMN);
            pack();
            setVisible(true);
        private void setTableCellrenderer(JTable table, RenderedTableModel model)
            for (int i = 0; i < model.getColumnCount(); i++)
                    TableColumn column = table.getColumn(table.getColumnName(i));
                    if(table.getColumnName(i).equals("#"))
                        column.setPreferredWidth(5);
                    column.setCellRenderer(new TableCellRenderer() {
                        @Override
                        public Component getTableCellRendererComponent(JTable table, Object value,
                                boolean isSelected, boolean hasFocus, int row, int column)
                            JCheckBox box = new JCheckBox();
                            JLabel jLabel = new JLabel();
                            if(column == 0)
                                boolean boolValue =  (Boolean)  table.getModel().getValueAt(row, 0) ;
                                if(boolValue)
                                    box.setSelected(true);
                                else
                                    box.setSelected(false);
                                box.setHorizontalAlignment(JCheckBox.CENTER);
                                box.setOpaque(true);
                                if((Boolean)value == true)
                                    jLabel.setBackground(Color.cyan);
                                jLabel.setText(value.toString());
                                return box;
                            jLabel.setText(value.toString());
                            return jLabel;
        } RenderedTableModel.java
    private class RenderedTableModel extends AbstractTableModel
            ArrayList<ArrayList> tableData = new ArrayList<ArrayList>();
            ArrayList<String> colNames = new ArrayList<String>();
            public RenderedTableModel()
                for(int i=0 ;i<5;i++)
                    ArrayList rowData = new ArrayList();
                    rowData.add(new Boolean(false));
                    rowData.add("Alex "+i);
                    rowData.add("23 "+i);
                    rowData.add("E "+i);               
                    tableData.add(rowData);
                colNames.add("#");
                colNames.add("Name");
                colNames.add("Age");
                colNames.add("Profile");
            public boolean isCellEditable(int rowIndex, int columnIndex)
                   if(columnIndex == 0)
                       return true;
                   return false;
            public int getColumnCount() {
                return colNames.size();
            public int getRowCount() {
                return tableData.size();
            public Object getValueAt(int row, int col)
                if ( (row < 0) )
                      return ("");
                   if (col < 0)
                      return("");
                   ArrayList list = tableData.get(row);
                   Object obj = list.get(col);
                   if (obj == null)
                      obj = new String("");
                   return (obj);
             public String getColumnName(int col)
                 return((String)colNames.get(col));
             public Class getColumnClass(int c)
                 return getValueAt(0, c).getClass();
             public void setValueAt(Object value, int row, int col)
                    if ( (row < 0) )
                          return ;
                       if (col < 0)
                          return;
                       ArrayList rowData = (ArrayList)tableData.get(row);
                       rowData.set(col, value);
                       fireTableCellUpdated(row, col);                 
        } Please help me .
    Thanks in advance
    Alex

    camickr wrote:
    [Table Row Rendering|http://www.camick.com/java/blog.html?name=table-row-rendering] for a simple solution.
    Hi Camickr i have used code as below :-
    public Component prepareRenderer(TableCellRenderer renderer, int row, int column)
              Component c = super.prepareRenderer(renderer, row, column);
                     boolean isChecked = (Boolean)model.getValueAt(row, 0);
              if(isChecked)
                   System.out.println("checked");
                   c.setBackground(Color.GREEN);
                   repaint();
              else
                   System.out.println("checked");
              return c;
         }if i don't use repaint() method then the complete row does'nt gets updated with the background color specified but only first cell with checkboxes gets updated .
    In case i am using repaint() , complete row is getting updated , but 'checked' is printed continuously untill these rows are de-selected . Now question is do repaint() method decreases performance ? Should i use repaint() as shown in code ?
    Alex

  • Unable to stop the event logs on access point console

    Hi team,
    I have an AIR-LAP1131AG-E-K9 access point having ios c1130-k9w8-mx.124-21a.JHB1.
    When I am trying to take the console of it there are many logs generated like LWAPP ...Go join the controller, Discover controller etc. and the ap is unable to register to the controller(2112 with ios version 6.0.199.4). I'm trying to enter the command but there are many event msg generated....How do i stop this event log. I tried entering the command no debug all. but still there are many logs...
    I want to enter the the following commands
    #lwapp ap  ip address <ip addr>.
    #lwapp a pip default-gateway <gateway ip addr>
    #lwapp ap controller ip addr <controller ip>
    #wr me
    Revert me back on urgent basis
    Thanks in advance..

    Thanks Rashika,
    Now the access point got registered to the controller..This happened becuse of country Code..
    I have changed the country code to UK, Belgium it started working fine.
    Initially when it was IN the access point was not getting register..
    But now the problem which arised is that the user is unable to get authenticated to the radius server.
    Radius server is reachable and we have done every changes required for radius server authentication.
    Users are getting rejected.
    Customer is saying that the radius server is in IN domain and the WLC/access point is in UK,BE and hence the users are unable to connect..
    Is it so??
    Rply
    Thanks in advance...

  • Facebook app and safari crashes repeatedly when trying to access facebook mobile

    I cleared my cache, history, and cookies on my iphone 4.  After doing so, I was no longer able to access Facebook mobile app nor could I access Facebook mobile through Safari.  Both apps continue to crash each time I try to navigate through Facebook.  Safari works fine with other websites.  And my Facebook account works fine on my laptop.  The problem appears to be with Facebook mobile only.  Please help!

    Reader Forum
    http://forums.adobe.com/community/adobe_reader_forums

  • I tried to update to 3.6.14 but it was unable to install the update & tried a complete update with "patch apply failed" as a result. it is not listed in the 'unistall program" area of my Windows Vista. how do I uninstall and reinstall Firefox?

    I have no other issues withmy computer as I have used PC's for years and am quite familar with their operation. teh questions pretty much says it. After attempting to updat firefox is totally unreliable shuttign down eityher after a few seconds or a few minutes never longer. I curently have version 3.6.13 and the update for 3.6.14 will not install due to a " patch apply failure" as mentioned. I have Windows vista currently and use firefox for the online assignments I do with school, least amount of compactablity issues.

    Hi NWL1,
    Thanks for the question. If I understand correctly, the iPhone won't update and is stuck. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Unable to get the connections due to access denied error.

              Hi All,
              I am trying to use my adapter in WebLogic Server 7.0 and get the following exception
              while requesting for a connection by doing getConnection. The ex is as follows -
              <May 23, 2002 11:08:22 AM PDT> <Error> <Connector> <190006> <Error granting connection
              request.>
              failed to get the connection with ex Access to resource adapterXAhas been denied
              ex in createAccount
              java.rmi.RemoteException: Access to resource adapterXAhas been denied; nested exception
              is:
              javax.resource.spi.SecurityException: Access to resource adapterXAhas been
              denied
              javax.resource.spi.SecurityException: Access to resource adapterXAhas been denied
              at weblogic.connector.common.internal.ConnectionPool.getConnection(ConnectionPool.java:1637)
              at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:163)
              at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:25)
              at com.versant.connector.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:122)
              at examples.xacase2.ManagerBean.getConnection(ManagerBean.java:247)
              at examples.xacase2.ManagerBean.createAccount(ManagerBean.java:84)
              at examples.xacase2.ManagerBean_ixu7g_EOImpl.createAccount(ManagerBean_ixu7g_EOImpl.java:150)
              at examples.xacase2.ManagerBean_ixu7g_EOImpl_WLSkel.invoke(Unknown Source)
              at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:346)
              at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:114)
              at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:300)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:762)
              at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:295)
              at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
              I have successfully been using my adapter with WebLogic6.1sp2.
              Thanks in advance for any pointers.
              

              Hi Monica,
              There is a patch available for this known problem. Please contact BEA support and
              ask for patch CR075892_70.jar for WLS 7.0.
              Thanks!
              Deb
              "Monica" <[email protected]> wrote:
              >
              >Hi All,
              > I am trying to use my adapter in WebLogic Server 7.0 and get the following
              >exception
              >while requesting for a connection by doing getConnection. The ex is as follows
              >-
              >
              > <May 23, 2002 11:08:22 AM PDT> <Error> <Connector> <190006> <Error granting
              >connection
              >request.>
              >failed to get the connection with ex Access to resource adapterXAhas been
              >denied
              >ex in createAccount
              >java.rmi.RemoteException: Access to resource adapterXAhas been denied; nested
              >exception
              >is:
              > javax.resource.spi.SecurityException: Access to resource adapterXAhas
              >been
              >denied
              >javax.resource.spi.SecurityException: Access to resource adapterXAhas been
              >denied
              > at weblogic.connector.common.internal.ConnectionPool.getConnection(ConnectionPool.java:1637)
              > at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:163)
              > at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:25)
              > at com.versant.connector.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:122)
              > at examples.xacase2.ManagerBean.getConnection(ManagerBean.java:247)
              > at examples.xacase2.ManagerBean.createAccount(ManagerBean.java:84)
              > at examples.xacase2.ManagerBean_ixu7g_EOImpl.createAccount(ManagerBean_ixu7g_EOImpl.java:150)
              > at examples.xacase2.ManagerBean_ixu7g_EOImpl_WLSkel.invoke(Unknown
              >Source)
              > at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:346)
              > at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:114)
              > at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:300)
              > at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:762)
              > at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:295)
              > at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
              >
              >
              >I have successfully been using my adapter with WebLogic6.1sp2.
              >
              >Thanks in advance for any pointers.
              >
              

Maybe you are looking for

  • How to set a prefer outgoing email, so i can start sending emails please?

    how to set a prefer outgoing email, so i can start sending emails please?

  • BDC Recording - Make a field required

    Dear Experts, We are using a BDC recording to call MIRO and send it to an agent via workflow using a z-table. The customer wants the baseline date on this recording grey'ed out and the business area field required. The baseline date is on the "PAYMEN

  • Network schematic

    I own a mac mini 2009, I iMac 2009 and macbook pro 2011. I have to network these computers to speedup my work flow. I wok in still photography postproduction with 60MB TIF files. I am trying to figure out the basics characteristics and best practices

  • Photos on my ipad mini.

    I have managed to transfer photos from my PC to my ipad mini (can't remember how) but now I am unable to remove them. I thought I'd found the answer in a previous thread but when I look at itunes left side drop down menu I don't see a "photo tag" onl

  • ITunes not copying all of my songs to iPod

    I just recently got an iPod Nano 4th Gen new - and it worked great until recently. I just started getting this situation where when I go to copy over a group of songs from my library to the ipod it will copy maybe 5 or 6, and then stall out on one so