NotOwnerException when trying sample RDBMSRealm

Hi,
Currently, i'm using WL6.0 on NT and trying out RDBMSRealm from console. I could make it work the way it is described, but when I try to change any of the permission to any group or user, i get following error msgs. I logged in as a "system" and trying to grant "write" permission (to "disk" ACL) to user "scott" from a console. I get following exceptions... What could be going wrong here ?
Thanks a lot for yr help....
V.S
java.security.acl.NotOwnerException
at weblogic.security.acl.AclImpl.removeEntry(AclImpl.java:245)
at weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:753)
at weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:2079)
at weblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
at java.lang.reflect.Method.invoke(Native Method)
at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)
at weblogic.management.configuration.AclMBean_CachingStub.grantPermission(AclMBean_CachingStub.jav
at weblogic.management.console.pages._panels._mbean._aclpermissiontable._jspService(_aclpermission
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:209)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1114)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1388)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
java.lang.InternalError: aclOwner not owner
at weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:772)
at weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:2079)
at weblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
at java.lang.reflect.Method.invoke(Native Method)
at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)
at weblogic.management.configuration.AclMBean_CachingStub.grantPermission(AclMBean_CachingStub.jav
at weblogic.management.console.pages._panels._mbean._aclpermissiontable._jspService(_aclpermission
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:209)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1114)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1388)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)

For the record:
Suresh,
Update on my case....
Having downloaded and configured the latest release of WL server (beta 2), I could successfully test some of our requirements using WL Realm.
As a first step part of an iterative process, I tried creating users, groups and ACLs (Access control lists similar to permission ) , then associated users to groups , granted specific privilege to principals (users/groups) so on... Everything seems to be working fine...
Next, I'll be making it work with RDBMS since right now it uses FileRealm not the databaseRealm. I'll update you on this as I progress...
Thanks a lot for yr continued support...
Regards,
-----Original Message-----
From: Suresh Vallabhaneni [SMTP:[email protected]]
Sent: Wednesday, November 22, 2000 4:17 PM
To: Shah, Vishal
Subject: RE: NotOwnerException thrown... pl help
Vishal
Nope. Beta refresh is somewhere around mid Nov.
thanks
At 04:09 PM 11/22/00 -0500, [email protected] wrote:
I think, i'm using 6.0 beta. WebLogic Server (6.0.0b1 10/06/2000 22:34:17 >#86762)
b1 signify beta refresh ?
Thanks
Vishal Shah
EBS Dealing Resources
Hazelnut Development
Parsippany
* 1.973.257.6904
-----Original Message-----
From: Suresh Vallabhaneni [SMTP:[email protected]]
Sent: Wednesday, November 22, 2000 4:08 PM
To: Shah, Vishal
Subject: RE: NotOwnerException thrown... pl help
Hi Vishal
fileRealm is the default realm with WebLogic Server. If an operation fails >on an alternate realm, usually it will failover to the default >Realm(stored in fileRealm.properties). If the failover is not handled >well, the server may throw an exception. I believe the issue of FileRealm >not getting refreshed in the console is fixed in the later loads, I'm not >sure its fixed in Beta refresh though. Are u using beta or beta refresh of >6.0? Will get back to u whether this is available in beta refresh later.
thanks
At 03:48 PM 11/22/00 -0500, you wrote:
Suresh,
Thanks once again.
I could create a user, group and ACLs , ("vshah", "Trader", "Trade > (Buy, >Sell , Buy&Sell permissions) but the changes don't reflect > immediately. I >had to bring down the server and restart it again.
Having looked around , i then found out that this new information > gets >stored in "FileRealm.properties" file (security realm ???) and not > updated >to the database.(cloudscape)
Shouldn't the changes persist to DB ? As per the documentation it says,
A Sample Custom Security Realm
The weblogic.security.rdbmsrealm package in > the >samples/examples/security/rdbmsrealm directory is a custom security > realm >that uses a relational database for its security store. Attached > is a >FileRealm.properties file
Regards,
Vishal Shah
EBS Dealing Resources
Hazelnut Development
Parsippany
* 1.973.257.6904
-----Original Message-----
From: Suresh Vallabhaneni [SMTP:[email protected]]
Sent: Wednesday, November 22, 2000 1:41 PM
To: Shah, Vishal
Subject: RE: NotOwnerException thrown... pl help
Vishal
This is what I gathered from the developer for the Realm stuff:
RDBMS realm is only partially manageable. The operation supported are:
(1) Users - Create, Delete and Change Password
(2) Groups - Delete, Modify(Create is not supported)
(3) Acls - No operations are supported
Plz let me know if you're having problems with any of the operations > that >are supported.
thanks
At 12:09 PM 11/22/00 -0500, you wrote:
Thanks, See u on Monday.
Have a wondeful thanksgiving.
Vishal Shah
EBS Dealing Resources
Hazelnut Development
Parsippany
* 1.973.257.6904
-----Original Message-----
From: Suresh Vallabhaneni [SMTP:[email protected]]
Sent: Wednesday, November 22, 2000 12:11 PM
To: Shah, Vishal
Subject: RE: NotOwnerException thrown... pl help
Vishal
I'm sorry. Yes, RDBMS realm is the only manageable realm out of the > four
alternate realms we support. I may not be able to answer your question
today. I'll get back to you with an answer by Monday.
thanks
At 11:54 AM 11/22/00 -0500, you wrote:
Hi Suresh,
There are couple of things going on...
First, I could add user "vshah" with password "vshah", added group"Trader"
and made "vshah" belonging to this group. Then created a new ACL > "Trade"
with two permissions "Buy" and "Sell" and granted
"vshah" to these perm. So far so good.
Next, I tried adding few more users, and followed very similiar > patternas
in the first case to create groups, ACLS and grant permissions to > thesenew
users. But, nothing works. Sometimes, when I grant a permission to anuser,
it immediately reflects on the console and sometimes it doesn't. The
behaviour is not quite consistent. Even I restart the server, i > > don't see
those new users, groups and ACLs.
I'm extracting few lines from a log file that would help....
####<Nov 22, 2000 11:00:25 AM EST> <Warning> <Security> <><examplesServer>
<main> <> <> <090049>
<System user unperson does not exist, creating it.>
####<Nov 22, 2000 11:00:25 AM EST> <Warning> <Security> <><examplesServer>
<main> <> <> <090044>
<Principal rdoust does not exist thus cannot be added to group > > SuperTFA.>
####<Nov 22, 2000 11:00:25 AM EST> <Warning> <Security> <><examplesServer>
<main> <> <> <090047>
<Principal jpatel does not exist thus cannot be added to ACL Trade.>
####<Nov 22, 2000 11:00:25 AM EST> <Warning> <Security> <><examplesServer>
<main> <> <> <090047>
<Principal jpatel does not exist thus cannot be added to ACL Trade.>
####<Nov 22, 2000 11:00:25 AM EST> <Warning> <Security> <><examplesServer>
<main> <> <> <090047>
<Principal rdoust does not exist thus cannot be added to ACL Trade.>
####<Nov 22, 2000 11:00:25 AM EST> <Warning> <Security> <><examplesServer>
<main> <> <> <090047>
<Principal rdoust does not exist thus cannot be added to ACL Trade.>
For existing ACLs as part of a sample example (RDBMSRealm) , i > couldn't
add/modify/remove any permissions to any users/groups.
I looked at RDBMSRealm source code and it extends"AbstractManageableRealm"
so it should allow changes to the realm.
Thanks again
P.S. Attached pl see the screen dumps and log file...
<<screenshots.zip>> <<weblogic.log>>
Vishal Shah
EBS Dealing Resources
Hazelnut Development
Parsippany
* 1.973.257.6904
-----Original Message-----
From: Suresh Vallabhaneni [SMTP:[email protected]]
Sent: Wednesday, November 22, 2000 11:23 AM
To: Shah, Vishal
Subject: RE: NotOwnerException thrown... pl help [Shah, > Vishal]
Vishal
For now modify the table in the database directly. I can keep you
posted
about realm enhancements in the next release if you're interested.
thanks
At 11:16 AM 11/22/00 -0500, you wrote:
Hi,
Thanks for a prompt answer.
You got me right, i'm trying to add/modify/create new ACLs > and > change
permissions to users thro' console.
How would I go about doing this ?
Thanks again...
Vishal Shah
EBS Dealing Resources
Hazelnut Development
Parsippany
* 1.973.257.6904
-----Original Message-----
From: Suresh Vallabhaneni [SMTP:[email protected]]
Sent: Wednesday, November 22, 2000 11:16 AM
To: Shah, Vishal
Subject: Re: NotOwnerException thrown... pl help
Hi Vishal
RDBMS Realm is a Listable realm not a Manageable realm, meaning
you
cannot
make any changes to a user, group or acl defined in the RDBMS
Realm. I
guess you're trying to modify the acl defined in the RDBMS > Realmthru
console. You cannot do that thru the console. If this is > not whatyou're
doing and I didnot interpret your problem correctly, plz let me
know.
thanks
At 06:59 PM 11/21/00 -0500, you wrote:
Hi Suresh,
Instead of posting this msg to newgroup, I thought of > addressing
directly
to
u so that I can answer immidiately from a bea person.
Currently, i'm using WL6.0 on NT and trying out RDBMSRealm > from
console.
I
could make it work the way it is described, but when I try to
change
any
of
the permission to any group or user, i get following error > msgs.
I
logged
in
as a "system" and trying to grant "write" permission (to > "disk"
ACL)
to
user "scott" from a console. I get following exceptions... > What
could
be
going wrong here ?
Thanks a lot for yr help....
java.security.acl.NotOwnerException
atweblogic.security.acl.AclImpl.removeEntry(AclImpl.java:245)
at
weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.ja > va > :753
at
weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java: > 2079)
atweblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(Dynamic > MB > eanI
mpl
.java:536)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanIm > pl > .jav
a:5
22)
at java.lang.reflect.Method.invoke(Native Method)
at
javax.management.MBeanServer.invoke(MBeanServer.java:1543)
atjavax.management.MBeanServer.invoke(MBeanServer.java:1501)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)
atweblogic.management.configuration.AclMBean_CachingStub.grantPermiss > io > n(Ac
lMB
ean_CachingStub.jav
at
weblogic.management.console.pages._panels._mbean._aclpermissiontabl > e. > _jsp
Ser
vice(_aclpermission
at > > weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStub > Im > pl.j
ava
:209)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebApp > Se > rvle
tCo
ntext.java:1114)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequest > Im > pl.j
ava
:1388)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
java.lang.InternalError: aclOwner not owner
atweblogic.security.acl.internal.FileRealm.setPermission(FileRealm.ja > va > :772
at
weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java: > 2079)
atweblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(Dynamic > MB > eanI
mpl
.java:536)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanIm > pl > .jav
a:5
22)
at java.lang.reflect.Method.invoke(Native Method)
at
javax.management.MBeanServer.invoke(MBeanServer.java:1543)
atjavax.management.MBeanServer.invoke(MBeanServer.java:1501)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)
atweblogic.management.configuration.AclMBean_CachingStub.grantPermiss > io > n(Ac
lMB
ean_CachingStub.jav
at
weblogic.management.console.pages._panels._mbean._aclpermissiontabl > e. > _jsp
Ser
vice(_aclpermission
at > > weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStub > Im > pl.j
ava
:209)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebApp > Se > rvle
tCo
ntext.java:1114)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequest > Im > pl.j
ava
:1388)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
Vishal Shah
EBS Dealing Resources
Hazelnut Development
Parsippany
* 1.973.257.6904
"Suresh Vallabhaneni" <[email protected]> wrote:
>
Vishal
I'm sorry. Yes, RDBMS realm is the only manageable realm out of the four alternate realms we support. I may not be able to answer your question today. I'll get back to you with an answer by Monday.
thanks
"Suresh Vallabhaneni" <[email protected]> wrote:
Hi Vishal
RDBMS Realm is a Listable realm not a Manageable realm, meaning you cannot make any changes to a user, group or acl defined in the RDBMS Realm. I guess you're trying to modify the acl defined in the RDBMS Realm. You cannot do that thru the console. If this is not what you're doing and I didnot interpret your problem correctly, plz let me know.
thanks
"V Shah" <[email protected]> wrote:
Hi,
Currently, i'm using WL6.0 on NT and trying out RDBMSRealm from console. I could make it work the way it is described, but when I try to change any of the permission to any group or user, i get following error msgs. I logged in as a "system" and trying to grant "write" permission (to "disk" ACL) to user "scott" from a console. I get following exceptions... What could be going wrong here ?
Thanks a lot for yr help....
V.S
java.security.acl.NotOwnerException
at weblogic.security.acl.AclImpl.removeEntry(AclImpl.java:245)
at weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:753)
at weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:2079)
at weblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
at java.lang.reflect.Method.invoke(Native Method)
at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)
at weblogic.management.configuration.AclMBean_CachingStub.grantPermission(AclMBean_CachingStub.jav
at weblogic.management.console.pages._panels._mbean._aclpermissiontable._jspService(_aclpermission
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:209)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1114)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1388)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
java.lang.InternalError: aclOwner not owner
at weblogic.security.acl.internal.FileRealm.setPermission(FileRealm.java:772)
at weblogic.security.acl.CachingRealm.setPermission(CachingRealm.java:2079)
at weblogic.management.mbeans.custom.Acl.grantPermission(Acl.java:69)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
at java.lang.reflect.Method.invoke(Native Method)
at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
at $Proxy60.grantPermission(Unknown Source)
at weblogic.management.configuration.AclMBean_CachingStub.grantPermission(AclMBean_CachingStub.jav
at weblogic.management.console.pages._panels._mbean._aclpermissiontable._jspService(_aclpermission
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:209)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1114)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1388)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)

Similar Messages

  • Error when trying to deploy Async Binary Update Sample

    Hi,
    I have installed WLI 8.5 in linux machine,
    When trying to deploy the AsyncBinaryUpdate sample provided at http://edocs.bea.com/wli/download_samples/index.html), i
    get error.
    I am following as per the instructions in the readme of the sample. I am able to successfully create domain and build the sample but Error occurs at the step of deployment of sample ie when the cmd 'ant deploy' is done.
    Error message is given below . Any help on this will be appreciated.
    create_jmsqs:
    [java] Connecting ....
    [java] Connecting to weblogic server instance running at t3://localhost:7001 as username weblogic ...
    [java] Successfully connected to Admin Server 'cgServer' that belongs to domain 'acmeintg'.
    [java] Traceback (innermost last):
    [java] File "genqueues.py", line 199, in ?
    [java] File "genqueues.py", line 179, in main
    [java] IndexError: index out of range: 0
    [java] Server ==
    BUILD FAILED
    file:/home/appadurai/WLI_Samples/AsyncBinSample/scripts/build.xml:158: Java returned: -1

    Hi,
    I have installed WLI 8.5 in linux machine,
    When trying to deploy the AsyncBinaryUpdate sample provided at http://edocs.bea.com/wli/download_samples/index.html), i
    get error.
    I am following as per the instructions in the readme of the sample. I am able to successfully create domain and build the sample but Error occurs at the step of deployment of sample ie when the cmd 'ant deploy' is done.
    Error message is given below . Any help on this will be appreciated.
    create_jmsqs:
    [java] Connecting ....
    [java] Connecting to weblogic server instance running at t3://localhost:7001 as username weblogic ...
    [java] Successfully connected to Admin Server 'cgServer' that belongs to domain 'acmeintg'.
    [java] Traceback (innermost last):
    [java] File "genqueues.py", line 199, in ?
    [java] File "genqueues.py", line 179, in main
    [java] IndexError: index out of range: 0
    [java] Server ==
    BUILD FAILED
    file:/home/appadurai/WLI_Samples/AsyncBinSample/scripts/build.xml:158: Java returned: -1

  • Getting bad host error when trying to deploy simple web sample application

    hi,
    Can someone tell me why I'm getting this error when trying to deploy the simple web application from samples
    This is what it said:
    deploy_common:
    [echo] Deploying ../assemble/war/webapps-simple.war.
    [exec] java.net.MalformedURLException: Bad host: station_1
    thanks

    Hi,
    Another update on this issue.
    To remove the error that we were getting (java.lang.LinkageError: Class javax/xml/transform/Source violates loader constraints), we tried some searching around and found out that the way to fix it is to provide correct versions of xalan.jar, xml-apis.jar and xercesImpl.jar. We downloaded the required version from the apache site and added it to our WEB-INF/lib folder in the WAR file.
    Now, we are getting this error:
    XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
    What else we might be missing in our libs or do we need to check some other configurations?
    Any help on this would be much appreciated.
    Thanks,
    Gaurav

  • Logic crashes when trying to load exs24 factory sample

    I reinstalled OS X and Logic Pro (everything else except demo content DVD). Now Logic Pro crashes (freezes) when I'm trying to load an exs24 factory sample. Also, now I can't open my old projects that use those exs24 factory samples, Logic freezes when trying to load the project.
    I can't proceed with my work until this problem is fixed. Please help!
    I have installed the exact same Logic DVDs once before on this same laptop and the exs24 factory samples worked without any problems.
    My Specs: Macbook Pro 2.4 GHz Intel Core 2 Duo, OS X 10.6.8, Logic 9.1.8
    Thanks!

    Hi,
    not sure if it helps or not, but just a small correction on this: My exs24 GarageBand samples work fine.
    And I guess the proper term what happens with factory samples is a hang crash..
    Cheers,

  • Newbie apex error when trying to install the OEHR Sample object.

    ORA-01653: unable to extend table FLOWS_030000.WWV_FLOW_ONLINE_HELP by 8 in tablespace APEX
    I got this error when trying to install.
    I will go back now and check the storage space.
    I could not find any error message on it.
    Thanks.Steve

    Just few minutes after asking this question on forum, I was able to find the workaround for opening the DashboardDesigner.exe.
    What I was trying earlier was that, In my "Business Intelligence Center" site,  i was trying to open the Dashboard Designer from "PerformancePoint Content" list by clicking "New Item" from "Items" tab in Ribbon.
    Instead Now I go to the connections library "Data Connections",  Go to "Documents" tab in Ribbon and then click on "New Document".
    Voila!
    Finally "DashboardDesinger.exe" opens up! :D
    Now from this designer application, I can add other Lists directly and can add "PerformancePoint Content" list for creating actual ScoreCards, Dashboards, KPIs etc.
    Happy Learning!
    Shri07

  • Time out when trying to open Word/Excel document from portal

    Several of our users have been timing out when trying to open/download documents stored in our portal.
    The error message is "Download failed. Connection to server was reset."
    Is there some obvious setting that I am missing here?
    It happens with things as small as 200K - Word and Excel documents.
    thanks!!

    Hi Gary Jiang,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing issues about
    apps for Office.
    Based on the description, it seems that you got an issue when you deploy the code sample. If I understood clearly, I suggest that you contact the author of the code sample from the "Q and A" tab.
    Also if you have the question about WOPI, I suggest that you get more effective response from
    Office
    Protocols forum.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • CUOM error when trying to poll performance data from IPCC Express

    Hi Network Professionals,
    Using CUOM 2.1 SP1 I get an error when trying to access the Performance menu for a IPCC Express Server in the Service Level View.
    Error Message:
    Performance polling is not supported for the current capability.
    The server is fully monitored and I get enviroment, system, interface and application information.
    I the Polling Parameters menu (Voice Utilization Settings) the only parameter listed is "Communication Manager and Registred MGCP Gateway Utilization".
    The IPCC Express version is 5.0.(2)SR01_Build045.
    Is anything missing on the IPCC server? I have only configured it with SNMP.
    Kind Regards
    Johnny Olsen

    hi teresa.
    well I bother you because I have a problem similar to that raised earlier, I have a vm INTAL CUOM 2.1 SP1 and the problem is that computers add-in-law his administration IPCC view the service level ... but when I fall into a custom group created the group and add the teams the same ip ipcc already visible, in my group I want to generate displays custom cloud but do not show me the equipment, except that I want to add IVR servers and I do not under any circumstances the samples .. lso probe and reset everything and anything related services, install the SP! and nothing. Can you help me with this or if I recommend CUOM up version of the 2.3 that I could not even see the difference with 2.1 CUOM thanks greetings

  • HTTP error when trying to access RESTful web service from application

    Hi,
    We are getting the following error when trying to access a RESTful web service coming from Apex workspace 4.2.1 and Apex listener 2.1:
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-29024: Certificate validation failure
    In the Debug report, besides the above I also see:
    error_backtrace: ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-06512: at "APEX_040200.WWV_FLOW_WEB_SERVICES", line 543 ORA-06512: at "APEX_040200.WWV_FLOW_WEB_SERVICES", line 1164 ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 396
    We get that error whether we use https or http in the URI pointing to the web service. When I test the Web Service in Workspace RESTful service GUI, I get the data back. When I go build an application with a report calling the RESTful Web Service I get that error. Both the Application and the Workspace RESTful services are on the same Apex environment and even the same workspace.
    What is odd is that I can actually put the URL of the web service into a browser and I get the data: (using the demo hr data in sample RESTful services.)
    IN browser-- https://weblogic-dev.edu/apex/ace/hr/empinfo/
    yields:
    7839,KING,PRESIDENT,,1981-11-17T05:00:00Z,5000,,10 7698,BLAKE,MANAGER,7839,1981-05-01T04:00:00Z,2850,,30 7782,CLARK,MANAGER,7839,1981-06-09T04:00:00Z,2450,,10 7566,JONES,MANAGER,7839,1981-04-02T05:00:00Z,2975,,20 7788,SCOTT,ANALYST,7566,1982-12-09T05:00:00Z,3000,,20 7902,FORD,ANALYST,7566,1981-12-03T05:00:00Z,3000,,20 7369,SMITH,CLERK,7902,1980-12-17T05:00:00Z,800,,20 7499,ALLEN,SALESMAN,7698,1981-02-20T05:00:00Z,1600,300,30 7521,WARD,SALESMAN,7698,1981-02-22T05:00:00Z,1250,500,30 7654,MARTIN,SALESMAN,7698,1981-09-28T04:00:00Z,1250,1400,30 7844,TURNER,SALESMAN,7698,1981-09-08T04:00:00Z,1500,0,30 7876,ADAMS,CLERK,7788,1983-01-12T05:00:00Z,1100,,20 7900,JAMES,CLERK,7698,1981-12-03T05:00:00Z,950,,30 7934,MILLER,CLERK,7782,1982-01-23T05:00:00Z,1300,,10
    Any ideas on what would be causing the Error above in our application?
    Thanks,
    Pat
    Edited by: patfmnd on Mar 11, 2013 3:25 PM
    In reviewing the above error, I think we are realizing that we have to have the Weblogic layer SSL cert (actually the CERT from our BigIP load balancer which also does our SSL termination) imported into the Oracle server wallet where Apex is installed. Am I correct?
    PM

    We resolved our problem. The Apex Administrative Guide made us realize that we had to set up Wallet path in the Instance. This required working with DBAs to follow the Advanced networking guide to get the wallet set up on our server. We then added that path to the Instance configuration. (Manager Instance --> Instance settings). We ran into another other issue related to our implementation of CAS but were able to resolve that, and 'voila' were able to get the sample RESTful service consumed by our application!!
    Now to the task of figuring out how to get Basic Auth working between client application and RESTful web service. If anyone has that working, let us know!!
    It would be helpful if in the documentation of the Apex 2.x listener or Apex install/configuration there was clear reference to the above steps required for HTTPS access to RESTful web services.
    Pat

  • Problem when trying to actualize excel spreadsheet - Excel Service - Secure Store Service

    Hello
    I encoutner  a strange problem in SharePoint 2013
    when trying  to actualize Datas into a spreadsheet Excel Web Service <- RMQ:  Both Service & Application are started
    The goal is to connect the Excel  Web  spreadsheet  to a  SSAS Cube.
    I use an account "proxy" SharePoint Secure Store Service because people who
    connect to sharepoint don't have acces to the olap Cube.
    However, when updating data in SharePoint, I encounter the following problem:
    An error has occurred while attempting to access the application ID AccesExcel
    from the Secure Store Service. Failed to update the following connections: XXXXXXX
    Information: For testing the SharePoint access account doesn't  have access to OLAP
    and Excel connection uses SSS account (which of course it access to olap cube free).
    Where do you think  the problem could coming  from ?  
    It seems to me that the SECURE STORE SERVICE service is "unstable".
    Sensitive to the memory RAM of the server ?
    Thank you very much for your help

    We export it from java servlet. But we used ReportExportFormat._MSExcel (which is constant value 2 defined in crystal report SDK) for excel export. As I looked at your code sample in JSP page, I changed the "Excel" value from 2  to 6 which is ReportExportFormat._recordToMSExcel as in the sample code
    We have this code snippet to set the export options.     (No change)
                 ExportOptions exportOptions = new ExportOptions();
                 exportOptions.setExportFormatType(ReportExportFormat.from_int(exportType.getId()));
                 exportOptions.setFormatOptions(formatOptions);
    And now CRExportType enum is defined as below with value changed from 2 to 6 for Excel.
        WORD("Word",1),
        EXCEL("Excel",6),   //_recordToMSExcel; _MSExcel=2 didn't work with error UnsupportedFormatException
        RTF("RTF", 3), //_RTF
        PDF("PDF", 5); //_PDF
    After the change, it did work. So I'm still not clear why _MSExcel didn't work and what's the difference between _MSExcel(2) and _recordToMSExcel (6). But I'm good for now and thanks for your help.

  • List of values failure error when trying to use dynamic data values

    Hi there,
    I have a user who is experiencing problems when trying to use dynamic values in a report.  Whenever he tries to insert dynamic parameters he gets the following error message:
    Prompting failed with the following message: 'List of Values failure: Failed to get values.  [Cause of error: Access is denied.]  Error Source: prompt.dll  Error Code: 0x8004380D
    He even opened the sample report - prompting.rpt - that is included with CR and gets the same error.
    We are using Crystal Reports XI Release 2 ver. 11.5.11.1470.
    Any help would be appreciated.

    Please excuse my ignorance of the product.  I've had this problem dropped in my lap and I know practically nothing about Crystal Reports.  In doing some digging it appears to me as if the BusinessObjects Enterprise software may not be installed properly, if at all.  In the programs menu under the BusinessObjects XI Release 2 folder I see a BusinessObjects Enterprise folder, but the only icon listed in that folder is Software Inventory Tool.
    Is the BusinessObjects Enterprise software a separate install from Crystal Reports or is it bundled together?  I talked with the tech that did the install and he said that all he had was the Crystal Reports install media.

  • UnknownExportFormat when trying to export Excel format

    Hi, I'm getting UnknownExportFormatException when trying to export the crystal report to Excel format. But I can export the
    report to Word, PDF or RTF without any problem.
    The manifest file of the CrystalReportsRuntime.jar has below information.
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 1.5.0_12-b04 (Sun Microsystems Inc.)
    Product-Name: Crystal Reports Runtime Components
    Implementation-Title: Crystal Reports Runtime Components
    Implementation-Version: 12.2.200.454
    Implementation-Vendor: Business Objects, Inc.(C)
    Can the experts point out whether this version of jar file supports the Excel or not? If not, then whether there is a service pack to fix it. Or which version we need to upgrade to to get this fixed.
    Thanks very much in advance.
    Eric
    Caused by: com.crystaldecisions.reports.exportinterface2.exceptions.UnknownExportFormatException: UnknownExportFormat
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.for(Unknown Source)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(Unknown Source)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(Unknown Source)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(Unknown Source)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.a.a(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.a.execute(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ds.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         ... 33 more

    We export it from java servlet. But we used ReportExportFormat._MSExcel (which is constant value 2 defined in crystal report SDK) for excel export. As I looked at your code sample in JSP page, I changed the "Excel" value from 2  to 6 which is ReportExportFormat._recordToMSExcel as in the sample code
    We have this code snippet to set the export options.     (No change)
                 ExportOptions exportOptions = new ExportOptions();
                 exportOptions.setExportFormatType(ReportExportFormat.from_int(exportType.getId()));
                 exportOptions.setFormatOptions(formatOptions);
    And now CRExportType enum is defined as below with value changed from 2 to 6 for Excel.
        WORD("Word",1),
        EXCEL("Excel",6),   //_recordToMSExcel; _MSExcel=2 didn't work with error UnsupportedFormatException
        RTF("RTF", 3), //_RTF
        PDF("PDF", 5); //_PDF
    After the change, it did work. So I'm still not clear why _MSExcel didn't work and what's the difference between _MSExcel(2) and _recordToMSExcel (6). But I'm good for now and thanks for your help.

  • CFIMAGE gives "attempt to read data outside of exif segment" error when trying to resize jpg

    When trying to resize a jpg using cfimage I receive the following error "attempt to read data outside of exif segment".  Any ideas on what causes this or how to fix it?  This only happens on certain images.  Sample image it happens with attached, this photo is subject to copyright restrictions and should be treated appropriately.  Thanks for any help.
    Resize Code attached.
    <!--- Set some defaults used by each image type, unless you override them --->
    <cfparam name="jpgQuality" default=".8" />
    <cfparam name="defaultInterpolation" default="bicubic" />
    <cfparam name="defaultBackground" default="black" />
    <!--- Set values for each image type --->
    <cfparam name="thumbMaxWidth" default="" />  <!--- leave blank to allow any width (forced to size by height) --->
    <cfparam name="thumbMaxHeight" default="60" /> <!--- leave blank to allow any height (forced to size by width, above) --->
    <cfparam name="thumbQuality" default="1" />  <!--- number from 0 - 1, 1 being the best --->
    <cfparam name="thumbFixedSize" default="false" />  <!--- you MUST set both MaxWidth & MaxHeight to use FixedSize --->
    <cfparam name="thumbBackground" default="#defaultBackground#" />  <!--- color of background if fixed size is used --->
    <cfparam name="thumbInterpolation" default="#defaultInterpolation#" />  <!--- Interpolation method used for resizing (HUGE performance hit depending on what is used) --->
    <cfparam name="normalMaxWidth" default="476" />
    <cfparam name="normalMaxHeight" default="324" />
    <cfparam name="normalQuality" default="#jpgQuality#" />
    <cfparam name="normalFixedSize" default="true" />
    <cfparam name="normalBackground" default="#defaultBackground#" />
    <cfparam name="normalInterpolation" default="#defaultInterpolation#" />
    <cfparam name="zoomMaxWidth" default="670" />
    <cfparam name="zoomMaxHeight" default="380" />
    <cfparam name="zoomQuality" default="#jpgQuality#" />
    <cfparam name="zoomFixedSize" default="true" />
    <cfparam name="zoomBackground" default="#defaultBackground#" />
    <cfparam name="zoomInterpolation" default="#defaultInterpolation#" />
    <!--- Set values for folder paths and the watermark image --->
    <cfparam name="originalFolder" default="path to folder for original images" />
    <cfparam name="thumbFolder" default="path to folder for thumbnail images" />
    <cfparam name="normalFolder" default="path to folder for large images" />
    <cfparam name="zoomFolder" default="path to folder for large resized images" />
    <cfparam name="watermarkImage" default="" />
    <cfparam name="wmXPosition" default="50" />  <!--- value is a number from 0 - 100, 50 = centered --->
    <cfparam name="wmYPosition" default="65" />
    <cffunction name="genWatermarkImage">
        <cfargument name="ImageFile" required="true" />
        <cfargument name="MaxWidth" required="true" />
        <cfargument name="MaxHeight" required="true" />
        <cfargument name="StorePath" required="true" />
        <cfargument name="FixedSize" required="true" type="Boolean" />
        <cfargument name="Background" required="true" />
        <cfargument name="Quality" required="true" />
        <cfargument name="Interpolation" required="true" />
        <cfargument name="AddWatermark" required="true" type="Boolean" />
        <cfif IsImageFile(originalFolder & ImageFile)>
            <cfset original = ImageNew(originalFolder & ImageFile) />
            <cfset originalHeight = ImageGetHeight(original) />
            <cfset originalWidth = ImageGetWidth(original) />
            <cfset outfile = StorePath & ImageFile />
            <cfset watermark = ImageNew(watermarkImage) />
            <cfset ImageScaleToFit(original,MaxWidth,MaxHeight,Interpolation) />
            <cfset new_w = ImageGetWidth(original) />
            <cfset new_h = ImageGetHeight(original) />
            <cfif FixedSize>
                <cfset normal = ImageNew("",MaxWidth,MaxHeight,"rgb",Background) />
                <cfset ImagePaste(normal,original,int((MaxWidth-new_w)/2),int((MaxHeight-new_h)/2)) />
                <cfif AddWatermark>
                    <cfset ImagePaste(normal,watermark,( int(ImageGetWidth(normal)) - int(ImageGetWidth(watermark)) -3),( int(ImageGetHeight(normal)) - int(ImageGetHeight(watermark)) -3) )/>
                </cfif>
                <cfset ImageWrite(normal,outfile,Quality) />
            <cfelse>
                <cfif AddWatermark>
                    <cfset ImagePaste(original,watermark,( int(ImageGetWidth(normal)) - int(ImageGetWidth(watermark)) -3), (int(ImageGetHeight(normal)) - int(ImageGetHeight(watermark)) -3) )/>
                </cfif>
                <cfset ImageWrite(original,outfile,Quality) />
            </cfif>
        <cfelse>
            <cfreturn "Image file not an image!" />
        </cfif>
    </cffunction>
    <cfset zoomError = genWatermarkImage(Filename,zoomMaxWidth,zoomMaxHeight,zoomFolder,zoomFixedSize,zoomBackground,zoomQuality,zoomInterp olation,dowatermark) />

    Hmm, that was my best shot.
    1) Do you have all of the latest updates applied?
    2) Did you try all of the work-arounds listed in the comments. Granted some of them are definite hacks
    3) Just to cover all the bases, do you get the same result with both ImageResize() and ImageScaleToFit()?
    If all else fails, you could always go the java route and try some java code to do the resize.  Obviously not the ideal, but it is worth a shot.  IIRC there is a thread around here somewhere with the cf/java code. But that was from before the switch in forums and I will be darned if I can find it right now!
    Update: I will play around the sample image you posted tomorrow. Just to see if I can come up with anything.

  • Error 200279, when trying to save waveform

    Dear Sir,
    When trying to save voltage waveform(by clicking record button, to save into ASCII file),
    the waveform is distorted and soon it comes "error 200279" with the following message:
    ==================================================================
     Possible reason(s):
    Measurements: Attempted to read samples that are no longer available. The requested sample was previously available, but has since been overwritten.
    Increasing the buffer size, reading the data more frequently, or specifying a fixed number of samples to read instead of reading all available samples might correct the problem.
    Property: RelativeTo
    Corresponding Value: Current Read Position
    Property: Offset
    Corresponding Value:
    Task Name: _unnamedTask<105>
    ==================================================================
     Is it because of memory in PC? or do I have to adjust sampling rate?
    Please give me some tips to resolve this problem. Thank you.

    Hi Sbomy,
    There error you are receiving is a buffer overflow error and can be easily corrected by decreasing the sampling rate or increasing the buffer size and the samples to read. Here is some information about it:
    http://digital.ni.com/public.nsf/allkb/BB4E0A58688EB812862562C2004DF9A5?OpenDocument
    Let me know if you have any other questions.
    Sappster

  • Action aborted with error 500.when trying to deploy a Planning application

    I am trying to deploy the SampAp sample application that comes with the Planning 9.3.1 installation. I have installed and configured everything successfully and have created, deployed, and uploaded the HFM sample applications just fine, but I am having trouble when trying to deploy the Planning application with the following detail.
    Detail : Initiating Product Action...
    Inspecting Deployment History...
    Generating Headers and Callback Information...
    Generating Application Data...
    Preparing Product Request...
    Posting Product Request...
    Product Response:500...
    Action aborted.

    Falls into the issue desribed in http://support.microsoft.com/kb/918040
    Try mitigatign using the workaround section
    Arthur My Blog

  • Exception when trying to create pool Object

    I've been trying to get the forte 4.0ee ProductRichClient example for container managed beans to work.
    After the deployment to Sun One I got following exception when I'm using the client:
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main <init>
    INFO:
    ---------AppClient Container--------
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main setTagetServerProperties
    INFO: ACC001:Using ClientContainer file: [C:\Sun\AppServer7\appserv\domains\domain1\server1\config\sun-acc.xml].
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main <init>
    INFO: ACC014: ORB host name: [NOD]
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main <init>
    INFO: ACC013: ORB port number: [3700]
    18.10.2002 10:56:21 com.sun.enterprise.appclient.AppContainer preInvoke
    INFO: ACC007: Initiating Login ...
    18.10.2002 10:56:21 com.iplanet.ias.appclient.Main <init>
    INFO: ACC009: Load Application Class: [CMPClient.SwingClient]
    18.10.2002 10:56:23 com.iplanet.ias.appclient.Main <init>
    INFO: Application main() finished normally
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: nested exception is: java.lang.RuntimeException: Caught Exception when trying to create pool Object ; nested exception is:
    java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(Unknown Source)
    at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
    at CMPServer._ProductHome_Stub.create(Unknown Source)
    at CMPClient.SwingClient.AddRow_ButtonActionPerformed(SwingClient.java:127)
    at CMPClient.SwingClient.access$100(SwingClient.java:24)
    at CMPClient.SwingClient$2.actionPerformed(SwingClient.java:89)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1820)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:258)
    at java.awt.Component.processMouseEvent(Component.java:5021)
    at java.awt.Component.processEvent(Component.java:4818)
    at java.awt.Container.processEvent(Container.java:1525)
    at java.awt.Component.dispatchEventImpl(Component.java:3526)
    at java.awt.Container.dispatchEventImpl(Container.java:1582)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3359)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3074)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3004)
    at java.awt.Container.dispatchEventImpl(Container.java:1568)
    at java.awt.Window.dispatchEventImpl(Window.java:1581)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:191)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Caused by: java.rmi.RemoteException: nested exception is: java.lang.RuntimeException: Caught Exception when trying to create pool Object ; nested exception is:
    java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.enterprise.iiop.POAProtocolMgr.mapException(Unknown Source)
    at com.sun.ejb.containers.BaseContainer.postInvoke(Unknown Source)
    at CMPServer.ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.create(ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.java:33)
    at CMPServer._ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(Unknown Source)
    at com.sun.corba.ee.internal.iiop.ORB.process(Unknown Source)
    at com.sun.corba.ee.internal.iiop.RequestProcessor.process(Unknown Source)
    at com.iplanet.ias.corba.ee.internal.iiop.ServicableWrapper.service(Unknown Source)
    at com.iplanet.ias.util.threadpool.FastThreadPool$ThreadPoolThread.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(Unknown Source)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(Unknown Source)
    at com.sun.ejb.containers.EntityContainer.getPooledEJB(Unknown Source)
    at com.sun.ejb.containers.EntityContainer.getContext(Unknown Source)
    at com.sun.ejb.containers.BaseContainer.preInvoke(Unknown Source)
    at CMPServer.ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.create(ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.java:25)
    ... 9 more
    Caused by: javax.ejb.EJBException: nested exception is: java.lang.NullPointerException
    at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(Unknown Source)
    ... 15 more
    Any thoughts on why this exception is being thrown?
    Thanks for any help!
    Richard

    this sample has been tested by the SunONE TOOLs QA
    and is working. Please check your deployment descriptors
    and use the cmp samples which come with S1AS to see if your
    descriptors are correct.

Maybe you are looking for

  • Dynamically changing the functions in a menu based on the user (in SSHR)

    Dear All, I have a requirement to change the functions in a menu dynamically. For Ex: An employee is allowed to apply Advance only in the first one month of his/her joining. I created it as an EIT and attached the function, to the menu. Now, i want t

  • Netui:select tag

    Hi, I have a netui:select tag. When the user selects an option, I want it to execute the form's action (instead of having users to click a submit button). How do you do this? Thanks Laxman

  • Finding the least Value

    hi Guys, I have these results returned from a list for example; for(x =0; x< list.size(); x++){ String y = list.get(x); }to produce the result as shown; *31020005* 31020006 31020007 31020008 31020009 My question is, Do anyone know how to extract the

  • FBL3N - G/L account authorization

    Dear All      can we add authorization check in G/L account in T.Code FBL3N ? example : user "X" must only display G/L account "112233" & "445566" what is the authorization object to control this issue .

  • HT1206 how to access store menu

    how to access store menu