Deployment Issue With NetBeans4.1Beta

Ok Here is the issue...
I'm running SAS8 & NB4.1B on a windows server 2003 machine, j2se version is J2sdk1.4.2_07
I have been trying to build and deploy a simple hello world application with a single JSP file. I can do this no problems with the bundled Tomcat However SAS8PE throws the following error:
Here is step by step what I do...
File > NewProject > Web > Web Application
give it a unique project name, leave source structure as java BluePrints, leave server as SAS8PE, leave J2EE version as 1.4, leave context path as "/$projectname", leave set as main project checked...
click finish...
Build the project by Build>Build Main Project
This completes successfully (Just built an empty project with no coding...should return the empty standard jsp file when run)
And then I run the project by Run > Run Main Project and I get the deployment error on deployment processor monitor message box with the following info:
Deployment error: null. See the messages.log file for details.
Here is the contents of my output window after the error:
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
do-dist:
dist:
run-deploy:
Deployment error: null. See the messages.log file for details.
C:\java\nbprojectfolder\nb41Beta\deneme\nbproject\build-impl.xml:355: Deployment error: null. See the messages.log file for details.
BUILD FAILED (total time: 2 seconds
When I click the hyperlink to the build-impl.xml file I get the red line at precisely the following message:
<target name="run-deploy" depends="init,compile,compile-jsps,-do-compile-single-jsp,dist">
<nbdeploy forceRedeploy="${forceRedeploy}" clientUrlPart="${client.urlPart}" debugmode="false"/>
</target>
By the way this is at the execution section of the build-impl.xml file
I have tried re-installing everything and I still get the same error... Shouldn't this be a straightforward with no hassles task? Anyone else had the same problem as I did? What do you suggest I do at this point?
Thanks...

Another issue is when I try to deploy the simple war file under /dist thru the admin console (web applications > deploy) I get the following error...
A "com.sun.enterprise.tools.guiframework.exception.FrameworkException" was caught. The message from the exception: "java.lang.reflect.InvocationTargetException while attempting to process a 'error' event for 'deployWebModule'."
The root cause is "javax.management.AttributeNotFoundException: id"
See the HTML source for more detailed (stack trace) information.
The stack trace is as follows
<!--
View Info:
================
ViewBean Name: deployWebModule
View Name: deployWebModule
ViewDescriptor Name: deployWebModule
Request Parameters:
     'cancelPage'='webApplications'
================
Below are 2 stack traces to help diagnose the problem. The first is the
traditional stack trace, the second is a full stack trace to the root cause.
Stack Trace:
================
com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'error' event for 'deployWebModule'.
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:777)
     at com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:426)
     at com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:283)
     at com.sun.enterprise.tools.guiframework.view.BaseServlet.onUncaughtException(BaseServlet.java:202)
     at com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1164)
     at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:639)
     at com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
     at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
     at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
     at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
     at com.sun.enterprise.tools.admingui.servlet.UploadServlet.doPost(UploadServlet.java:124)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:184)
     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:653)
     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:534)
     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:403)
     at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
     ... 72 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: Unabled to handle pre-compiled JSP '/jsp/deployWebModule.jsp'. Expected pre-compiled classname: 'org.apache.jsp.jsp.deployWebModule_jsp'.
     at com.sun.enterprise.tools.admingui.servlet.HandlePrecompiledJsp.doPost(HandlePrecompiledJsp.java:59)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
     at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
     at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
     at com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:340)
     at com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:261)
     at com.sun.enterprise.tools.guiframework.event.handlers.NextPageHandler.forwardTo(NextPageHandler.java:39)
     ... 83 more
Caused by: javax.servlet.ServletException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'beginDisplay' event for 'deployWebModule'.
     at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:830)
     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:763)
     at org.apache.jsp.jsp.deployWebModule_jsp._jspService(deployWebModule_jsp.java:125)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     at com.sun.enterprise.tools.admingui.servlet.HandlePrecompiledJsp.doPost(HandlePrecompiledJsp.java:57)
     ... 114 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkError: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'beginDisplay' event for 'deployWebModule'.
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.beginChildDisplay(DescriptorViewHelper.java:447)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.beginChildDisplay(DescriptorViewBeanBase.java:150)
     at com.iplanet.jato.taglib.TagBase.fireBeginDisplayEvent(TagBase.java:133)
     at com.sun.web.ui.taglib.common.CCTagBase.fireBeginDisplayEvent(CCTagBase.java:149)
     at com.sun.web.ui.taglib.common.CCTagBase.doEndTag(CCTagBase.java:108)
     at org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_cc_propertysheet_0(deployWebModule_jsp.java:332)
     at org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_cc_pagetitle_0(deployWebModule_jsp.java:299)
     at org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_jato_form_0(deployWebModule_jsp.java:194)
     at org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_cc_header_0(deployWebModule_jsp.java:154)
     at org.apache.jsp.jsp.deployWebModule_jsp._jspService(deployWebModule_jsp.java:102)
     ... 117 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException while attempting to process a 'beginDisplay' event for 'deployWebModule'.
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:777)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.beginChildDisplay(DescriptorViewHelper.java:438)
     ... 126 more
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
     ... 127 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.AttributeNotFoundException: id
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.getAttribute(MBeanUtil.java:97)
     at com.sun.enterprise.tools.admingui.handlers.DeploymentHandler.getVirtualservers(DeploymentHandler.java:332)
     ... 136 more
Caused by: javax.management.AttributeNotFoundException: id
     at com.sun.enterprise.admin.config.BaseConfigMBean.getAttribute(BaseConfigMBean.java:261)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.getAttribute(DynamicMetaDataImpl.java:96)
     at com.sun.jmx.mbeanserver.MetaDataImpl.getAttribute(MetaDataImpl.java:181)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:638)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:659)
     at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
     at $Proxy1.getAttribute(Unknown Source)
     at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.getAttribute(SunoneInterceptor.java:285)
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.getAttribute(MBeanUtil.java:87)
     ... 137 more
================
Full Trace:
================
     com.sun.enterprise.admin.config.BaseConfigMBean.getAttribute(BaseConfigMBean.java:261)
     com.sun.jmx.mbeanserver.DynamicMetaDataImpl.getAttribute(DynamicMetaDataImpl.java:96)
     com.sun.jmx.mbeanserver.MetaDataImpl.getAttribute(MetaDataImpl.java:181)
     com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:638)
     com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:659)
     sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
     $Proxy1.getAttribute(Unknown Source)
     com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.getAttribute(SunoneInterceptor.java:285)
     com.sun.enterprise.tools.admingui.util.MBeanUtil.getAttribute(MBeanUtil.java:87)
     com.sun.enterprise.tools.admingui.handlers.DeploymentHandler.getVirtualservers(DeploymentHandler.java:332)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.beginChildDisplay(DescriptorViewHelper.java:438)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.beginChildDisplay(DescriptorViewBeanBase.java:150)
     com.iplanet.jato.taglib.TagBase.fireBeginDisplayEvent(TagBase.java:133)
     com.sun.web.ui.taglib.common.CCTagBase.fireBeginDisplayEvent(CCTagBase.java:149)
     com.sun.web.ui.taglib.common.CCTagBase.doEndTag(CCTagBase.java:108)
     org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_cc_propertysheet_0(deployWebModule_jsp.java:332)
     org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_cc_pagetitle_0(deployWebModule_jsp.java:299)
     org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_jato_form_0(deployWebModule_jsp.java:194)
     org.apache.jsp.jsp.deployWebModule_jsp._jspx_meth_cc_header_0(deployWebModule_jsp.java:154)
     org.apache.jsp.jsp.deployWebModule_jsp._jspService(deployWebModule_jsp.java:102)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     com.sun.enterprise.tools.admingui.servlet.HandlePrecompiledJsp.doPost(HandlePrecompiledJsp.java:57)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
     org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
     org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
     org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
     org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
     org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
     org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
     com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:340)
     com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:261)
     com.sun.enterprise.tools.guiframework.event.handlers.NextPageHandler.forwardTo(NextPageHandler.java:39)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:863)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:840)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandlers(DescriptorViewHelper.java:800)
     com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:775)
     com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:426)
     com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:283)
     com.sun.enterprise.tools.guiframework.view.BaseServlet.onUncaughtException(BaseServlet.java:202)
     com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1164)
     com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:639)
     com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
     com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
     org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
     org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
     org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
     org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
     org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
     org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
     com.sun.enterprise.tools.admingui.servlet.UploadServlet.doPost(UploadServlet.java:124)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
     sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
     org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
     org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
     org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
     java.security.AccessController.doPrivileged(Native Method)
     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
     org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
     org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
     org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
     org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
     org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
     org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
     org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:184)
     com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:653)
     com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:534)
     com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:403)
     com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
================
-->

Similar Messages

  • Deployment issue with Planning & EPMA 11.1.2.0

    Hi
    I installed the following applications of Hyperion suite:
    Essbase
    EPMA
    CalcManager
    Planning
    During configuring i configured each product separately since i wanted to configure separate DB for each of them.
    The configuration went with no issues. But now when i log-in into workspace and go to Navigate, i only see administer.
    There is no option for EPMA and Planning applications.
    Did i miss any step?
    I have used IIS as my webserver because Oracle HTTP gave me some error while deploying (unable to initiate OPMN). Is it some issue with IIS
    I ahve installed my applications on Win XP SP3, IIS 5.1 and its a 32bit machine

    Did you reconfigure the web server after you finished configuring all of the products?

  • Deployment issue with EPMA & Planning in 11.1.2

    Hi
    I installed the following applications of Hyperion suite:
    Essbase
    EPMA
    CalcManager
    Planning
    During configuring i configured each product separately since i wanted to configure separate DB for each of them.
    The configuration went with no issues. But now when i log-in into workspace and go to Navigate, i only see administer.
    There is no option for EPMA and Planning applications.
    Did i miss any step?
    I have used IIS as my webserver because Oracle HTTP gave me some error while deploying (unable to initiate OPMN). Is it some issue with IIS
    I have installed my applications on Win XP SP3, IIS 5.1 and its a 32bit machine

    Hi
    Please redeploy only the Web Server under shared service. It has to be redeployed once EPMA and others are configured.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Jdeveloper Deployment issue with OC4J

    I am using JDEVELOPER with Standalone Version of OC4J. I am trying to deploy the application EAR file generated using JDEVELOPER deploymnent wizard in to Standalone instance of OC4J. I am having issue with the Application server connecton wizard.
    I do not know the 'admin' password of the OC4J standalone instance. I am able to start the instance with 'java -jar oc4j.jar'. I am able to access the instacne with
    http://localhost:8888.
    I am having issue with the Application server connecton wizard. It requires 'admin'
    password to create a connection with the app server. The deployment could not succeed without the password.
    I would appreciate feedback and suggestons.
    Thanks.
    Palani

    This will reset the password to welcome for you (I've had this problem too - it happens if OC4J doesn't shutdown properly)
    java -jar oc4j.jar -install
    Enter an admin password to use: welcome
    Confirm admin password: welcome
    Installation done

  • Deployment Issues with Custom TS variables set for client

    Good Day folks!
    I have come across an interesting issue that I have not been able to find a quick fix as such I am looking for some ideas where to trouble shoot my issue moving forwards.
    So the Issue:
    I have a TS that deploys a Windows 8.1 SOE image, this is done first by using a PXE boot PE image for an “unknown” systems to load a Custom HTA. This HTA allows me manually add the system to SCCM and add it to a required deployments collection that has the
    8.1 SOE deployed to it.
    The HTA also sets a few custom variables for the system resource things like system location, Machine Domain etc. 
    Once the HTA has run the system then has a delay to allow for the resource to show up tin the 8.1 deployment collection and then closes.
    Now all this appears to work fine, the system is added to the collection, reboots and the deployment runs from start to finish without error.
     I can also check the system resource and the variables are present.
    The problem I have found is that the custom variables for this resource are not being used by the TS after reboot.. upon further investigation I found that these variables are not even being retrieved ( ran a VB script to save all the variables from the
    TS to a txt file to check this )  Because of this the TS is bypassing some needed TS Tasks.
    A few interesting things to note:
    System appears to be added again when AD discovery is run…. So it causes a Duplicate.
    Client Dose connect to SCCM server after deployment but is not receiving deployments ( is getting some policy )
    Worked with SCCM 2012 but not 2012 R2
    So it appears that when the system reboots from the HTA PE step it has identified itself as an unknown system again…. Even though it has been manually added…
     I am interested to know if first of all if others would agree with this and second how SCCM while running a TS matches itself up to a system to retrieve the custom set variables before client install etc... Or a good place to start looking
    to dig up more information!  Or anything else!
    Thanks
    Stuart.

    Have you taken a look at this hotfix?
    http://support.microsoft.com/kb/2907591
    We had to apply it in order for our variables to be seen.
    joeblow

  • Deployment Issue with Rules file

    Hi,
    We have Rules file issue after the deployment in Development and Re7 environment.
    We have modified/created the rules file and after the deployment if we execute the rules file from the treatment then we got the error message like mentioned below.
    MAXL> Import database PGC_CHE.Pgc_che data from data_file
    "/pgcre701/pgc/subsidiary/che/tfi/pgc_nature_for_data_che.txt" using server rules_file "DO_MX_05" on error
    write to "/pgcre701/pgc/trc/PGC_150310_103739_pgc_nature_for_data_che.err";
       ERROR - 1019006 - Unable to Read
    [/logiciel/epm11/user_projects/epm_inst4/EssbaseServer/app/PGC_CHE/Pgc_che/DO_MX_05.rul], Created Using A
    Previous Version.
       ERROR - 1241101 - Unexpected Essbase error 1019006.
    If the same rules file opened through EAS console from SVN trunk or local and save as this rule file into Essbase server(through EAS console) then the rules file working correctly from the treatment process launch like mentioned below.
    MAXL> Import database PGC_CHE.Pgc_che data from data_file "/pgcre701/pgc/subsidiary/che/tfi/pgc_nature_for_data_che.txt" using server rules_file "DO_MX_05" on error write to "/pgcre701/pgc/trc/PGC_150310_134622_pgc_nature_for_data_che.err";
    OK/INFO - 1019061 - Reading Rule SQL Information For Database [Pgc_che].
    OK/INFO - 1019025 - Reading Rules From Rule Object For Database [Pgc_che].
    OK/INFO - 1003040 - Parallel dataload enabled: [1] block prepare threads, [1] block write threads..
    OK/INFO - 1003037 - Data Load Updated [18800] cells.
    OK/INFO - 1003053 - Data Load Elapsed Time with [DO_MX_05.rul] : [1.16] seconds.
    OK/INFO - 1241113 - Database import completed ['PGC_CHE'.'Pgc_che'].
    Could you please help us on this point ?
    Thanks in advance for your help.
    Essbase server 11.1.2.3.501 server LINUX red hat

    Hi John,
    it's not quite that
    I will provide more detail:
    In fact, we are 3 server Essbase : development, acceptance and operational there are a lot the new version of Essbase 11.1.2.3.501.
    The maxl treatment are launch since a other server : a treatment server that are a client maxl and ESSCMD in the same version.
    Before that, I'm migrate all the application and database from all alder server Essbase to this new architecture Essbase.
    All application and DATABASE (in BSO) was migrated by expot-import process, the all object (csc, rul, rep ...) was transfer by copy in each directories of database.
    The test after migration are very  satisfying.
    Now, we are on process of life on the Essbase server 11.1.2.3.501.
    The back office of India used the usually process to developed the lot.
    They take the source on SVN application (take the rule), deployed the rule on the development server, modify the rule and have this error.
    This error not appear after migration with the same rule ...
    I am skeptical
    Tx to your help on this subject.

  • Deployment Issue with MDM Java API exposed as Webservice using EJBS

    Hi Experts,
    I am implementing MDM Java APIS in Stateless session bean.Exposed that bean as Webservice and using that webservice in
    Webdynpro through Adaptive Webservice Model.
    I am facing following issue:
    Webservice works fine after deployment,after some number of execution webservice stops working and gives exception.After
    Redeployment of the Webservice, it starts working again works fine some number of execution.
    I am Using new MDMJava API.
    MDM Server Details: MDM 5.5 SP06
    I am using following code for connetion
    //////////////*************Getting Connection************///////
              ConnectionPool pool = null;
              String sessionId = null;
              try {
                   pool = ConnectionPoolFactory.getInstance("Server Ip");
              } catch (ConnectionException e1) {
                   System.out.println(e1.getMessage());
    //////////////*************Repository Session************///////
    CreateRepositorySessionCommand repSeession =
                   new CreateRepositorySessionCommand(p_pool);
              repSeession.setRepositoryIdentifier(p_repId);
              try {
                   repSeession.execute();
              } catch (CommandException e2) {
                   System.out.println(e2.getMessage().toString());
              String repIID = repSeession.getRepositorySession();
              //     Authenticate Repository
              AuthenticateRepositorySessionCommand autRepSeesion =
                   new AuthenticateRepositorySessionCommand(p_pool);
              try {
                   autRepSeesion.setSession(repSeession.getRepositorySession());
                   autRepSeesion.setUserName(p_user);
                   autRepSeesion.setUserPassword(p_Password);
                   autRepSeesion.execute();
              } catch (CommandException e3) {
                   System.out.println(
                        "RepSession Seesion" + e3.getMessage().toString());
              return autRepSeesion.getSession();
    //////////////*************user Session************///////
    GetRepositoryRegionListCommand regionListCommand =
                   new GetRepositoryRegionListCommand(p_pool);
              regionListCommand.setRepositoryIdentifier(p_repId);
              try {
                   regionListCommand.execute();
              } catch (CommandException e) {
                   System.out.println(e.getMessage().toString());
              RegionProperties[] regions = regionListCommand.getRegions();
              //                                 create a user session
              CreateUserSessionCommand UsersessionCommand =
                   new CreateUserSessionCommand(p_pool);
              UsersessionCommand.setRepositoryIdentifier(p_repId);
              UsersessionCommand.setDataRegion(regions[0]);
              // use the first region
              try {
                   UsersessionCommand.execute();
              } catch (CommandException e) {
                   System.out.println("UserSession" + e.getMessage().toString());
              String UsersessionId2 = UsersessionCommand.getUserSession();
    AuthenticateUserSessionCommand authUserCommand =
                   new AuthenticateUserSessionCommand(p_pool);
              authUserCommand.setSession(UsersessionCommand.getUserSession());
              authUserCommand.setUserName(p_userId);
              authUserCommand.setUserPassword(p_password);
              try {
                   authUserCommand.execute();
              } catch (CommandException e) {
                   System.out.println("User Seesion" + e.getMessage().toString());
              return authUserCommand.getSession();
    //////////////*************Destroy Session************///////
         DestroySessionCommand destroySessionCommand =
                   new DestroySessionCommand(p_pool);
              destroySessionCommand.setSession(p_repsession);
              try {
                   destroySessionCommand.execute();
              } catch (CommandException e) {
                   e.printStackTrace();
              destroySessionCommand.setSession(p_Uesrsession);
                   try {
                        destroySessionCommand.execute();
                   } catch (CommandException e) {
                        e.printStackTrace();
    Do we need to relase the connection pool object also?
    Can anyone help me with the code how that can be achived?
    Please Reply if anyone has come accross similar issue or know what can be the solution.
    Thanks in Advance.
    Regards Shruti
    Edited by: Shruti Shah on Dec 18, 2008 12:52 PM

    Hi Nitin,
    Thanks for the prompt Response.
    Even I am guessing that its becose of Connection pool.
    I am destroying session as follows
                   DestroySessionCommand destroySessionCommand =
                   new DestroySessionCommand(p_pool);
              destroySessionCommand.setSession(p_repsession);
              try {
                   destroySessionCommand.execute();
              } catch (CommandException e) {
                   e.printStackTrace();
              destroySessionCommand.setSession(p_Uesrsession);
                   try {
                        destroySessionCommand.execute();
                   } catch (CommandException e) {
                        e.printStackTrace();
    But I didnot find any method by which i can close realsse connection from connection pool.
    It would be great if you can help me how close or realese those connection.In MDM Console i am able to see those sessions even after destroying them.
    Regards Shruti.

  • Cisco security manager deployment issue with invalid command

    Running CSM 3.3.1, to manage an 800 series pre-configured router.
    The router has a number of policy ACL's and class-maps configured. When the config is imported to CSM a number of warnings are seen reporting that some of the interfaces are unprotected by ACL's, which is correct, no serious errors are reported and the device is succesfully imported.
    But, when I look at the configuration within CSM non of the ACL's or the class maps are shown.
    Also, when I configure some feature on the router, during the deployment phase I get an error indicating that there is an invalid protocol under one of the class maps associated with an interface. The protocol in question is bittorrent. This error prevents depolyment of my changes. In fact this causes my client to hang, eventually if I close the application windoes reports that the issue is caused by javaw.exe faiing to respond.
    If I take out the bittorrent protocol under the class map then all seems well.
    So, I though flexconfigs would resolve this, enabling me to import the config with the unsupported command. I created a flexconfig with the class map and the invalid protocol. When I re-imported the device there is still a lot of configuration features that are on the router but are missing in CSM.
    I'm not sure how to resolve this, the router was not configured through CSM in the first place.

    Update to this, the CSM is also altering firewall configurations, if I import a configuration from an ASA running 8.0.4 code, then compare that configuration to that running on the same ASA there are quite a few differencies. Some of these are not items that CSM reports as requiring Flexconfig support, which concerns me.
    This is not the first time I've seen this occur, customer is concerned about the reliability of the way this system handles configurations, and I cannot explain why it exhibits this process.
    Anyone else seen this, and found a work around?

  • Deployment issue with SOA - OSB 11g  environment

    Hi,
    We have Dev Environment configured with SOA 11g (11.1.1.4) and OSB 11g (11.1.1.4) on a single weblogic domain. Developed SOA composite app and deployed to the SOA Server. We are exposing our SOA Composite thru OSB ( created osb proxy and business services and accessed soa composite from the client. It s working fine ) layer for the client to access it. The issue here is while deploying it to the production environment (configured OSB and SOA in two separate WL domain) located offshore.
    What i saw from the soa doc is that we need to deploy SOA composite to the SOA Server and OSB Configuration to the OSB Server.
    but the offshore person is asking us to deploy both SOA composite & osb to the same OSB Server as an .ear file.
    Is it possible to deploy both SOA composite & osb to the same osb server ? is there any document on project that involve both soa and osb.
    please guide me how to do the deployment
    I appreciate all your help.
    thanks
    sumesh.j

    I am wondering if could able to solve the problem of deploying both SOA composite & osb to the same osb server. Even I am facing the same problem....
    If you could able to solve the problem then please let us know the steps that you have followed to solve the same.

  • Deployment issue with ADF 11g app.

    Hi,
    I am not able to deploy the ADF 11.1.1.2.0 application on weblogic 10.3.2 (Solaris OS). Initially I got the following exception.
    Caused By: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    I have fixed this by removing the listener from weblogic-application.xml. Now I am getting the below exception.
    Caused By: java.lang.ClassNotFoundException: oracle.mds.lcm.weblogic.WLLifecycleListener.
    Can somebody help me how to resolve this issue.
    Thanks.

    Hi,
    I have fixed the above mentioned issue. Its due to the class path in weblogic server.Deployment is successful and it is showing in Active but when I am trying to launch the page.
    I am getting this error message.
    1266623607244> <BEA-101020> <[ServletContext@13835926[app:ESPSApp module:ESPSApp path:/ESPSApp spec-version:2.5 version:V2.0]] Servlet failed with Exception
    java.security.AccessControlException: access denied (oracle.security.jps.service.policystore.PolicyStoreAccessPermission context=APPLICATION,name=ESPSApp#V2.0 getApplicationPolicy)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    Can somebody tell me what I suppose to do.
    Thanks.

  • MDT windows 7 Deployment issue with Network driver

    I am deploying windows 7 64bit using MDT 2010. the PC I am deploying to is HP proDesk 600 G1 SFF, and the NIC card is intel (R) I217.
    When I deploy the customised image, there is no problem during the WinPE stage, I can press F8 and run ipconfig /all to see all the NIC details, which means the correct driver is injected to the PE image.
    The issue comes after the OS installation completes, after rebooting into the system and auto login as admin, the error pops up indicating no connection to the deployment share, it is actually the NIC driver not installed!
    I checked the Hardware ID, it is PCI\VEN_8086&DEV_153A&SUBSYS_18E7103C&REV_04
    I can find this ID in drivers.xml under deploymentshare/control, I believe this indicates there is a driver available for it.
    but in the deployment log ztidrivers.log, it shows
    <![LOG[Skipping Device PCI\VEN_8086&DEV_153A&SUBSYS_18E7103C&REV_04 No 3rd party drivers found. 11]LOG]!><time="09:21:02.000+000" date="05-07-2014" component="ZTIDrivers" context="" type="1"
    thread="" file="ZTIDrivers">
    I can install the driver manually with no issues.
    I downloaded different versions of the driver and tried hundred times but result is the same.
    anyone can point me to the right direction? I have been struggling with this for quite a while.
    Thanks

    Hi,
    You should inject driver to install image which will finally present in system you installed.
    Hope this helps.

  • EJB 3.0 MDB deployment issue with weblogic 10.0

    Hi there,
    I am new to MDB EJB and right now I am using the EJB 3.0 with weblogic server 10.0. I am using Eclipse 3.4 for development.
    After developing the MDB from eclipse I export the EAR from eclipse and deploy it in weblogic. When I try to start the deployed EAR it gives me following error.
    weblogic.application.ModuleException: Exception preparing module: EJBModule(Message.jar)
    Unable to deploy EJB: MessageBean from Message.jar:
    [EJB:011113]Error: The Message Driven Bean 'MessageBean(Application: MessageEAR, EJBComponent: Message.jar)', does not have a message destination configured. The message destination must be set using a message-destination-link, destination-resource-link, destination-jndi-name or a resource-adapter-jndi-name.
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:399)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         Truncated. see log file for complete stacktrace
    [EJB:011113]Error: The Message Driven Bean 'MessageBean(Application: MessageEAR, EJBComponent: Message.jar)', does not have a message destination configured. The message destination must be set using a message-destination-link, destination-resource-link, destination-jndi-name or a resource-adapter-jndi-name.
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.ensureMDBHasDestinationConfigured(MessageDrivenBeanInfoImpl.java:1811)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.prepare(MessageDrivenBeanInfoImpl.java:1011)
         at weblogic.ejb.container.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:997)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1273)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:372)
         Truncated. see log file for complete stacktrace
    >
    Any help really appreciated. It's too urgent.
    Thanks in advance,
    Piyush

    here is the code for my bean.
    package com.ups;
    import java.util.logging.Logger;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.EJBException;
    import javax.ejb.MessageDriven;
    import javax.ejb.MessageDrivenContext;
    import javax.jms.JMSException;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import javax.jms.TextMessage;
    * Message-Driven Bean implementation class for: MessageBean
    @MessageDriven(
              activationConfig = { @ActivationConfigProperty(
                        propertyName = "destinationType", propertyValue = "javax.jms.Queue"
    public class MessageBean implements MessageListener {
         private MessageDrivenContext mdc;
    * Default constructor.
    public MessageBean() {
    // TODO Auto-generated constructor stub
    * @see MessageListener#onMessage(Message)
    public void onMessage(Message message) {
         TextMessage tmsg = null;
    try {
    tmsg = (TextMessage) message;
    System.out.println("MESSAGE BEAN: Message received: " + tmsg.getText( ));
    System.out.println ("The onMessage() is called");
    } catch (JMSException e) {
    e.printStackTrace( );
    mdc.setRollbackOnly( );
    catch (Throwable th) {
    th.printStackTrace();
    public void ejbRemove( )throws EJBException{
         System.out.println("ejbRemove() is executed >>>>>>>");
    I have configured my JMS Distributed queue in the Weblogic.
    If possible please provide more details so that I can get rid of this error as soon as possible.
    Thanks for reply.
    Piyush

  • Deploy Issue with Java Biller Direct Component

    Hello Gurus,
    I am customizing the .jsp files of the Biller Direct Java component. Then i build them and deploy the .EAR file to server.
    After that when i open the web page the changes are not reflected.  Can any one let me know how do i build and deploy the J2EE DC's.
    Thanks
    Edited by: Aparna on Aug 20, 2009 11:40 AM

    That's definitely a bug in 8.1. I filed CR111393 for it.
    Can you show me your weblogic.log file? There's something wrong with
    your application, and the deployment is failing. You should see a
    message like: can't read ... right before the NullPointerException.
    -- Rob
    Greg wrote:
    java.lang.NullPointerException
         at weblogic.j2ee.dd.WebModuleDescriptor.isWebService(WebModuleDescriptor.java:156)
         at weblogic.j2ee.dd.WebModuleDescriptor.getAdminMBeanType(WebModuleDescriptor.java:125)
         at weblogic.j2ee.J2EEApplicationContainerFactory.createMBeansForEar(J2EEApplicationContainerFactory.java:581)
         at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:481)
         at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:830)
         at weblogic.management.deploy.DeployerRuntime.access$000(DeployerRuntime.java:64)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1499)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    ok, anyone know what I'm doing wrong?
    I'm just trying to deploy a simple .ear that contains 1 web module with a single
    html file + servlet in it. I've used WebLogic builder to open the .ear, then
    saved in WebLogic builder, then did a Deploy Module...
    A quite similar technique works flawlessly in JBoss, but for some reason WebLogic
    complains on this pretty simple example. Is this a bug in 8.1?
    In this WebLogic deployment i've used the WebLogic builder to open the .ear and
    then pressed Save which generated the WebLogic specific deployment descriptors.
    Apart from that it's about the most simple .ear/.war example I can make.
    Any help much appreciated,
    Greg

  • Deployment issue with multi-SSO

    Hi
    We have OAM 10.1.4.3 deployed and as part of integrating applications in a SSO environment , there is an application that does not meet the webgate compatibility requirement and hence we are planning to go down the custom access gate approach. Now based on the documentation, it appears if the custom access gate is deployed , there is no supported configuration to provide a multi-domain SSO functionality. So if the host on which the custom access gate is deployed on , has a domain xyz.com and if the rest of OAM protected apps by OOTB webgates reside on xyz.net , and in such a scenario does the statement below still hold true, if we'd like to have SSO implemented across all the applications ?
    "Multi-domain single sign-on works only with WebGates, not AccessGates. For example, the applications discussed in "Application Single Sign-On" have their own single sign-on methods. To integrate a scheme for AccessGate-based single sign-on with a scheme for WebGate-based multi-domain single sign on, you need to configure a proxy to act as a front end for these AccessGates."
    Thanks.

    Hi Steve,
    Yes, having a reverse proxy and then installing a webgate on that server is going to be the least painful. Of course, in the custom accessgate, you have control over how the accessgate should behave and in theory you can code in the handling for the multi-domain SSO.
    -Vinod

  • Deployment issue with 11.1.13 using Jdeveloper

    I am getting the following error while deploying...
    Although it is compiling and it is NOT returning any error
    Pls help
    [03:43:44 PM] Sending archive - sca_HPHC_OHIclaimProcess_V3.5_rev1.1.jar
    [03:43:51 PM] Received HTTP response from the server, response code=500
    [03:43:51 PM] Error deploying archive sca_HPHC_OHIclaimProcess_V3.5_rev1.1.jar to partition "default" on server soa_server1 [lnappt001a.hphc.org:8051]
    [03:43:51 PM] HTTP error code returned [500]
    [03:43:51 PM] Error message from server:
    Error during deployment: Update Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/HPHC_OHIclaims_jws/HPHC_OHIclaimProcess_V3_5/BP_OHIclaimMessage_V3_5}bp_ohiclaimmessage_v3_5_client_ep and port BP_OHIclaimMessage_V3_5_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    [03:43:51 PM] Check server log for more details.
    [03:43:51 PM] Error deploying archive sca_HPHC_OHIclaimProcess_V3.5_rev1.1.jar to partition "default" on server soa_server1 [lnappt001a.hphc.org:8051]
    [03:43:51 PM] #### Deployment incomplete. ####
    [03:43:51 PM] Error deploying archive file:/C:/JDeveloper/sandbox/HPHC_OHIclaims/HPHC_OHIclaimProcess_V3.5/deploy/sca_HPHC_OHIclaimProcess_V3.5_rev1.1.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    Hi
    For 11.1.2 X Version to apply Opatch
    1)Back up the OPatch directory
    2)Go to the below path to check the opatch
    C:\Oracle\Middleware\EPMSystem11R1\Opatch>opatch version & Press Enter. OPatch version will be displayed .
    OPatch version should be equal to 10.2.0.5.0 or else you need to download a interim patch 6880880.
    Unzip the patch 6880880 into the opatch folder .Before that please take the back up of opatch folder and rename as opatch1
    Then apply the below steps
    3) Go to Opatch folder in your machine
    C:\Oracle\Middleware\EPMSystem11R1\Opatch where You got opatch.bat resides
    4) Open a Command Prompt in Windows & change the directory pointing to Opatch
    In your case it will be
    Cd..
    C:\>cd C:\Oracle\Middleware\EPMSystem11R1\Opatch
    C:\Oracle\Middleware\EPMSystem11R1\Opatch>
    5)Point the Extracted the OPATCH (patch 17277740) to C:\Oracle\Middleware\EPMSystem11R1\Opatch>
    C:\Oracle\Middleware\EPMSystem11R1\Opatch>opatch.bat apply c:\17277740 -oh C:\Hyperion\Middleware\EPMSystem11R1 -jre C:\Hyperion\Middleware\jdk160_29
    Regards,
    Sreekumar Hariharan

Maybe you are looking for

  • How to add js files to sharepoint page using sharepoint designer

    how to add js files to sharepoint page using sharepoint designer

  • Intalling LXDE

    In the name of God Salaam, I'm new with ArchLinux. I install it on VBox. I want to have a GUI for my Arch, and I choose LXDE(because of simple) but I can't run it. I've installed it, but I can't run it. When I type: "exec ck-launch-session startlxde"

  • Problem in executing custom Business Service

    Hi everybody, I have the following problem: I have created a Business Service with a method in Siebe Tools. When I am trying to execute this service from WF or just to simulate it in Siebel Client I get the error "Error invoking service 'Slavi Test O

  • Getting dual axis on a graph in SSRS to align at 0

    I have a graph that has 2 values that are plotted on dual axes.  Both values can be positive or negative.  Is there a way in SSRS to align the 0 point of both axes?  Preferably, I would like to retain dynamic values for the axes. I'm using 2008r2 Tha

  • Language Selection in UDI has no effect

    I started this topic while ago on ConfMgr forum, but I didn´t get any decent answer, I also found this Blog but it doesn´t work for me with MDT 2013 I have MDT 2013 integration in ConfMgr 2012 R2 and I use MDT based Task Sequence with UDI. If I selec