Stack trace when using translation workflow in CQ5.5

Hi!
When we use the translation workflow in 5.5 we get an ugly stack trace in the log (even though everything seems to work fine). We also tried a clean installation with only Geometrixx site and got the same problem. Does anybody have a solution for this? We have installed CQ5.5 and the following packages:
cq-5.5-security-update-npr-1951.zip
cq-update-pkg-5.5-1-load5.zip
crx-hotfixpack-2.2.0.70-2.3.24.zip
crx-hotfixpack-2.2.0.71-2.3.24.zip
Here is the stack trace:
19.10.2012 10:00:44.510 *WARN* [127.0.0.1 [1350633642682] POST /libs/wcm/msm/content/commands/translate HTTP/1.1] com.adobe.granite.i18n.impl.PreferencesLocaleResolverService Error occur resolving locale. javax.jcr.RepositoryException: This session has been closed. See the chained exception for a trace of where the session was closed.
          at org.apache.jackrabbit.core.session.SessionState.checkAlive(SessionState.java:150)
          at org.apache.jackrabbit.core.SessionImpl.sanityCheck(SessionImpl.java:372)
          at org.apache.jackrabbit.core.SessionImpl.getNodeById(SessionImpl.java:533)
          at org.apache.jackrabbit.core.security.user.UserManagerImpl.internalGetAuthorizable(UserMana gerImpl.java:832)
          at org.apache.jackrabbit.core.security.user.UserManagerImpl.getAuthorizable(UserManagerImpl. java:415)
          at com.adobe.granite.i18n.impl.PreferencesLocaleResolverService.resolveLocale(PreferencesLoc aleResolverService.java:93)
          at org.apache.sling.i18n.impl.I18NFilter$I18NHttpServletRequest.getLocaleList(I18NFilter.jav a:202)
          at org.apache.sling.i18n.impl.I18NFilter$I18NHttpServletRequest.getLocale(I18NFilter.java:17 8)
          at javax.servlet.ServletRequestWrapper.getLocale(ServletRequestWrapper.java:318)
          at javax.servlet.ServletRequestWrapper.getLocale(ServletRequestWrapper.java:318)
          at javax.servlet.ServletRequestWrapper.getLocale(ServletRequestWrapper.java:318)
          at org.apache.sling.i18n.impl.I18NFilter$BaseI18NSlingHttpServletRequest.getResourceBundle(I 18NFilter.java:233)
          at org.apache.sling.i18n.impl.I18NFilter$BaseI18NSlingHttpServletRequest.getResourceBundle(I 18NFilter.java:226)
          at com.day.cq.i18n.I18n.getResourceBundle(I18n.java:89)
          at com.day.cq.i18n.I18n.getResourceBundle(I18n.java:79)
          at com.day.cq.i18n.I18n.getVar(I18n.java:182)
          at com.day.cq.wcm.core.impl.LinkCheckerSettingsProviderImpl$RewriteConfigs.localize(LinkChec kerSettingsProviderImpl.java:209)
          at com.day.cq.wcm.core.impl.LinkCheckerSettingsProviderImpl$RewriteConfigs.createSettings(Li nkCheckerSettingsProviderImpl.java:214)
          at com.day.cq.wcm.core.impl.LinkCheckerSettingsProviderImpl.createSettings(LinkCheckerSettin gsProviderImpl.java:89)
          at com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl.createSettings(LinkCheckerImpl.java: 366)
          at com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformer.init(LinkCheckerTransformer.j ava:155)
          at org.apache.sling.rewriter.impl.PipelineImpl.init(PipelineImpl.java:106)
          at org.apache.sling.rewriter.impl.ProcessorManagerImpl.getProcessor(ProcessorManagerImpl.jav a:445)
          at org.apache.sling.rewriter.impl.RewriterResponse.getProcessor(RewriterResponse.java:172)
          at org.apache.sling.rewriter.impl.RewriterResponse.getWriter(RewriterResponse.java:110)
          at org.apache.sling.scripting.core.impl.helper.OnDemandWriter.getWriter(OnDemandWriter.java: 38)
          at org.apache.sling.scripting.core.impl.helper.OnDemandWriter.write(OnDemandWriter.java:47)
          at java.io.PrintWriter.write(PrintWriter.java:361)
          at org.apache.sling.api.servlets.HtmlResponse.send(HtmlResponse.java:464)
          at org.apache.jsp.libs.wcm.msm.components.commands.translate.POST_jsp._jspService(POST_jsp.j ava:205)
          at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
          at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:420)
          at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter. java:59)
          at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java :233)
          at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.j ava:85)
          at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngin eFactory.java:453)
          at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358)
          at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170)
          at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:4 56)
          at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500)
          at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilter Chain.java:45)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:64)
          at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:147)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:308 )
          at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:141)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProce ssorImpl.java:257)
          at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChai n.java:49)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:64)
          at com.day.cq.wcm.core.impl.warp.TimeWarpFilter.doFilter(TimeWarpFilter.java:106)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:305)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgre ssTrackerLogFilter.java:59)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.j ava:220)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:76)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:89)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:83)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServle tStarterFilter.java:135)
          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
          at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcess orImpl.java:153)
          at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:206)
          at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:9 6)
          at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79)
          at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java: 42)
          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:49)
          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)
          at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117)
          at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
          at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:47)
          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)
          at com.adobe.granite.license.impl.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:179)
          at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
          at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:47)
          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)
          at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:238)
          at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
          at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:47)
          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)
          at org.apache.sling.engine.impl.log.RequestLoggerFilter.doFilter(RequestLoggerFilter.java:75 )
          at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)
          at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)
          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:47)
          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)
          at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java: 48)
          at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39)
          at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
          at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.ja va:250)
          at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:315)
          at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:334)
          at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:377)
          at com.day.j2ee.servletengine.ServletHandlerImpl.process(ServletHandlerImpl.java:351)
          at com.day.j2ee.servletengine.HttpListener$Worker.run(HttpListener.java:625)
          at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.Exception: Stack trace of  where session-admin-465820 was originally closed
          at org.apache.jackrabbit.core.session.SessionState.close(SessionState.java:275)
          at org.apache.jackrabbit.core.SessionImpl.logout(SessionImpl.java:943)
          at org.apache.jackrabbit.core.XASessionImpl.logout(XASessionImpl.java:392)
          at com.day.crx.core.CRXSessionImpl.logout(CRXSessionImpl.java:116)
          at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.apache.sling.jcr.base.SessionProxyHandler$SessionProxyInvocationHandler.invoke(Sessio nProxyHandler.java:109)
          at $Proxy9.logout(Unknown Source)
          at com.day.cq.workflow.impl.CQWorkflowSession.logout(CQWorkflowSession.java:615)
          at org.apache.jsp.libs.wcm.msm.components.commands.translate.POST_jsp._jspService(POST_jsp.j ava:201)
          ... 77 more

The workaround is [1] do not close session in translate.jsp , Seems that is right way but I am not 100% confident.  Though I verified session analyser and seems getting closed by other thread once request is fullfilled. Internally, I have filled the case(CQ5-22443).  For further assistance please file a daycare.
[1]   Overlay /libs/wcm/msm/components/commands/translate/POST.jsp  and comment out  or remove wfSession.logout();

Similar Messages

  • Can anyone help how to print stack trace messages using log4j?

    Can anyone help how to print stack trace messages using log4j?

    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
    <appender name="STDOUT" class="org.apache.log4j.ConsoleAppender">
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    </appender>
    <appender name="DEBUG" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-debug.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="DEBUG" />
    <param name="LevelMax" value="DEBUG" />
    </filter>
    </appender>
    <appender name="INFO" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-info.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="INFO" />
    <param name="LevelMax" value="INFO" />
    </filter>
    </appender>
    <appender name="WARN" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-warn.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="WARN" />
    <param name="LevelMax" value="WARN" />
    </filter>
    </appender>
    <appender name="ERROR" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-error.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="ERROR" />
    <param name="LevelMax" value="ERROR" />
    </filter>
    </appender>
    <root>
    <priority value="debug"/>
    <!--<appender-ref ref="STDOUT"/>
    --><appender-ref ref="DEBUG"/>
    <appender-ref ref="INFO"/>
    <appender-ref ref="WARN"/>
    <appender-ref ref="ERROR"/>
    </root>
    </log4j:configuration>
    I ve written like this
    and to print stack trace I used
    log.error(Throwable(e))
    but does nt display printstacktrace how to do it

  • Sizing the number of VRU E1 circuit when using Translation to VRU

    Hi all,
    I am trying to figure out the sizing of timeslot required on an external VRU controlled by a PG-VRU with UCCE. The recommended formula is the following when sizing Translation Route Pool, as mentionned in the "Queuing" section of the Sizing Unified CCE Components and Servers link :
    Translation route pool = 20 * (Calls per second)
    Now this formula seems to simple to me as there is no sizing mention of the average number of concurrent calls carried by the circuits on the VRU (e.g in Erlang or CCS).
    What is the proper sizing formula the if I wan to consider the number of translation route and the average circuit use on the VRU ?
    Regards
    Nick

    Nick,
    This is expected behavior according to the Database Schema.
    With CM PG (this would be the scenario where you have no Send To VRU), the call counts as a Blind Transfer if the transfer completes before the destination agent answers.
    With a VRU PG (the scenario where you use the Send To VRU node), the call only counts as a Blind Transfer if you use the 1-step transfer process in CTI. A multi-step transfer will be "Answered" by the VRU as soon as you pass the Send To VRU node, and it's impossible for the agent to complete the transfer quickly enough to make it a Blind Transfer in that scenario. If you want VRU calls to count as blind transfers, it needs to be a 1-step transfer not a multi-step transfer.
    -Jameson

  • Bug: Stack trace when starting Jdev 10.1.3, Solved (kind of)

    I've been using 10.1.3 for a while now and it has been relatively trouble-free. However,
    late last week it started dumping the following trace at startup. I haven't changed
    anything recently that I recall. I did some poking around looking for anything that
    looked wrong or perhaps a log file that would tell me what was wrong but that's
    the whole needle in a haystack thing.
    Any ideas on where to start looking for a solution this problem? This is an older version
    of JDeveloper but I was not able to find an internally available later version. Any pointers
    on that front would be appreciated if that would get me back to writing code.
    Thanks!
    ====
    Oracle JDeveloper 10g 10.1.3
    Copyright 1997, 2005 Oracle. All Rights Reserved
    java.lang.NullPointerException
    at oracle.ideimpl.docking.DockStationImpl.stateChanged(DockStationImpl.java:1854)
    at oracle.ideimpl.docking.DockStationImpl.initialize(DockStationImpl.java:258)
    at oracle.ide.IdeCore.initializeModules(IdeCore.java:1409)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1190)
    at oracle.ide.Ide.startup(Ide.java:672)
    at oracle.ideimpl.Main.start(Main.java:49)
    at oracle.ideimpl.Main.main(Main.java:25)
    java.lang.NullPointerException
    at oracle.jdevimpl.audit.editor.AuditEditorManager.<init>(AuditEditorManager.java:94)
    at oracle.jdevimpl.audit.editor.AuditEditorManager.create(AuditEditorManager.java:78)
    at oracle.jdevimpl.audit.core.AuditAddin.initializeUI(AuditAddin.java:149)
    at oracle.jdeveloper.audit.AbstractAuditAddin.initialize(AbstractAuditAddin.java:56)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:416)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:227)
    at oracle.ideimpl.extension.AddinManagerImpl.initAddinLoadset(AddinManagerImpl.java:184)
    at oracle.jdevimpl.audit.core.AuditExtension.initialize(AuditExtension.java:31)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:416)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:227)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:156)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1431)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1196)
    at oracle.ide.Ide.startup(Ide.java:672)
    at oracle.ideimpl.Main.start(Main.java:49)
    at oracle.ideimpl.Main.main(Main.java:25)
    java.lang.NullPointerException
    at oracle.jdevimpl.webapp.jsp.JspTranslator.getInputTypes(JspTranslator.java:80)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem.registerTranslator(UnifiedBuildSystem.java:1114)
    at oracle.jdeveloper.compiler.JCompiler.registerTranslator(JCompiler.java:869)
    at oracle.jdevimpl.webapp.jsp.JspTranslator.initialize(JspTranslator.java:244)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:416)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:227)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:156)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1431)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1196)
    at oracle.ide.Ide.startup(Ide.java:672)
    at oracle.ideimpl.Main.start(Main.java:49)
    at oracle.ideimpl.Main.main(Main.java:25)
    java.lang.NullPointerException
    at oracle.jdevimpl.webapp.html.HtmlAddin.addinsLoaded(HtmlAddin.java:305)
    at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:709)
    at oracle.ide.IdeCore.mav$fireIdeEvent(IdeCore.java)
    at oracle.ide.IdeCore$5.run(IdeCore.java:689)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    java.lang.NullPointerException
    at oracle.jdevimpl.webapp.template.addin.TemplateAddin.addinsLoaded(TemplateAddin.java:215)
    at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:709)
    at oracle.ide.IdeCore.mav$fireIdeEvent(IdeCore.java)
    at oracle.ide.IdeCore$5.run(IdeCore.java:689)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    java.lang.NullPointerException
    at oracle.jdevimpl.webapp.jsp.JspAddin.addinsLoaded(JspAddin.java:421)
    at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:709)
    at oracle.ide.IdeCore.mav$fireIdeEvent(IdeCore.java)
    at oracle.ide.IdeCore$5.run(IdeCore.java:689)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Message was edited by:
    cfreiwal
    Message was edited by:
    cfreiwal

    OK next step was to install JDeveloper 11g RC4. It wouldn't load from the web from Firefox but a coworker had a copy of the zip file.
    I set it up and it, seemingly successfully converted my project from 10g to 11g. However
    it's still dumping a stack this time when trying to set up the JDK.
    Emacs is looking good at this point.
    java.lang.NullPointerException
    at oracle.jdeveloper.library.JProjectLibraryList.findJDK(JProjectLibraryList.java:71)
    at oracle.jdeveloper.model.JProjectLibraries.getJDK(JProjectLibraries.java:112)
    at oracle.jdeveloper.model.JProjectLibrariesPanel.reload(JProjectLibrariesPanel.java:264)
    at oracle.jdeveloper.model.JProjectLibrariesPanel.onProjectPanelEntry(JProjectLibrariesPanel.java:221)
    at oracle.ide.model.panels.ProjectSettingsTraversablePanel.onEntry(ProjectSettingsTraversablePanel.java:88)
    at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:1109)
    at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:1090)
    at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:116)
    at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1546)
    at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
    at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
    at java.awt.Dialog$1.run(Dialog.java:535)
    at java.awt.Dialog$2.run(Dialog.java:565)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Dialog.show(Dialog.java:563)
    at java.awt.Component.show(Component.java:1302)
    at java.awt.Component.setVisible(Component.java:1255)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
    at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
    at oracle.ide.model.panels.PropertiesDialog.showDialog(PropertiesDialog.java:337)
    at oracle.ide.model.panels.PropertiesDialog.showDialog(PropertiesDialog.java:162)
    at oracle.ide.model.panels.ProjectPropertiesDialog.showDialog(ProjectPropertiesDialog.java:74)
    at oracle.jdeveloper.model.JProjectStructureController.handleEvent(JProjectStructureController.java:118)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:513)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:843)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:486)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
    at java.awt.Component.processMouseEvent(Component.java:5517)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5282)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3984)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1791)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • Error when using translator service

    Hi
    I am using api.microsofttranslator.com/Soap/V2
    I get the following error when trying to call the client after getting the authorization token
    newTranslatorService.LanguageServiceClient();
    Error:
    System.InvalidOperationException was unhandled
      HResult=-2146233079
      Message=An endpoint configuration section for contract 'TranslatorService.LanguageService' could not be loaded because more than one endpoint configuration for that contract was found. Please indicate the preferred endpoint
    configuration section by name.
      Source=System.ServiceModel
      StackTrace:
           at System.ServiceModel.Description.ConfigLoader.LookupChannel(ContextInformation configurationContext, String configurationName, ContractDescription contract, EndpointAddress address, Boolean
    wildcard, Boolean useChannelElementKind, ServiceEndpoint& serviceEndpoint)
           at System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
           at System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
           at System.ServiceModel.ConfigurationEndpointTrait`1.CreateSimplexFactory()
           at System.ServiceModel.ConfigurationEndpointTrait`1.CreateChannelFactory()
           at System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
           at System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
           at System.ServiceModel.ClientBase`1..ctor()
           at CRLocTool.TranslatorService.LanguageServiceClient..ctor() in e:\CRLocTool\Service References\TranslatorService\Reference.cs:line 823
           at CRLocTool.Program.InitializeTranslator() in e:\CRLocTool\Program.cs:line 241
           at CRLocTool.Program.Main(String[] args) in e:\CRLocTool\Program.cs:line 53
           at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
           at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
           at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
           at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
           at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
           at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
           at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           at System.Threading.ThreadHelper.ThreadStart()
      InnerException:

    Hello aparnar,
    Please refer to the forum post here at https://social.msdn.microsoft.com/Forums/en-US/12f5b7d0-fed2-4c26-8a26-29c098c5108b/im-using-the-bing-translte-in-my-c-when-i-click-the-translate-button-im-getting-error?forum=microsofttranslator
    The issue is in the client, there are two endpoints declared that point to
    http://api.microsofttranslator.com/V2/Soap.svc
    Hope this helps, thank you.
    Microsoft Translator team - www.microsoft.com/Translator

  • "Enable Failed" Error Is Issued When Using a Workflow - OAM 10.1.4.3

    Hello,
    We've set up password management according to http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12489/idconfig.htm#CBDGGGHE and note 444094.1. We're trying to create a user through IdentityXML using the create user basic workflow we created, but that fails. So we tried to create a user in Identity Manager through the Create User Identity link. We receive: Initiate - Completed, Enable - Failed. We see http://download.oracle.com/docs/cd/E12530_01/oam.1014/b32419/trblsht.htm#BABBAEAH statement about the searchbase, but it looks correct with our domain and anyone allowed. Anyone have any other ideas what could be wrong, or a way to troubleshoot this?
    Thanks for your help

    Thanks for the pointer to the identity logs. I recreated the workflow and it seems to work now, I guess something was goofed up. Although, if I create a new user through the workflow, the new user is missing the oblixPersonPwdPolicy. When we set this up, there was a step to tie the oblixPersonPwdPolicy object class to the employee tab. Would you know why the class isn't being added?

  • Stack trace while using JDeveloper 11.1.2.0.38.60.17

    I get the following stackTrace whenever I try to change my preferences:
    Performing action (394) JDeveloper Forum [ from CodeEditor ] [ for ( LocatorAPIImpl.java, product.jpr, trunk.jws ) ]
    Performing action (79) About [ from CodeEditor ] [ for ( LocatorAPIImpl.java, product.jpr, trunk.jws ) ]
    Invoking command: [ from CodeEditor ] [ for ( LocatorAPIImpl.java, product.jpr, trunk.jws ) ]
    org.apache.commons.httpclient.HttpMethodDirector:Sep 12, 2011 6:00:39 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server jdevadf.oracle.com failed to respond
    org.apache.commons.httpclient.HttpMethodDirector:Sep 12, 2011 6:00:39 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    INFO: Retrying request
    Performing action (38) Preferences... [ from CodeEditor ] [ for ( LocatorAPIImpl.java, product.jpr, trunk.jws ) ]
    Invoking command: [ from CodeEditor ] [ for ( LocatorAPIImpl.java, product.jpr, trunk.jws ) ]
    Exception while processing command
    java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
    o.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
    o.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
    o.i.config.ClientSetting.copyToImpl(ClientSetting.java:255)
    o.i.config.ClientSetting.copyTo(ClientSetting.java:249)
    o.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
    o.i.config.IdeSettings.copyToImpl(IdeSettings.java:196)
    o.i.config.IdeSettings.copyTo(IdeSettings.java:189)
    o.i.config.IdeSettings.showDialog(IdeSettings.java:810)
    o.i.config.IdeSettings.showDialog(IdeSettings.java:618)
    o.i.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
    o.i.controller.CommandProcessor.invoke(CommandProcessor.java:304)
    o.i.controller.IdeAction.performAction(IdeAction.java:710)
    o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:1140)
    o.i.controller.IdeAction.actionPerformed(IdeAction.java:617)
    jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    jx.s.AbstractButton.doClick(AbstractButton.java:357)
    jx.s.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
    jx.s.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
    j.a.Component.processMouseEvent(Component.java:6289)
    jx.s.JComponent.processMouseEvent(JComponent.java:3267)
    j.a.Component.processEvent(Component.java:6054)
    j.a.Container.processEvent(Container.java:2041)
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Sep 12, 2011 6:00:41 PM oracle.ide.controller.IdeAction actionPerformedImpl
    SEVERE: Exception peforming action
    java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
         at oracle.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
         at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
         at oracle.ide.config.ClientSetting.copyToImpl(ClientSetting.java:255)
         at oracle.ide.config.ClientSetting.copyTo(ClientSetting.java:249)
         at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
         at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:196)
         at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:189)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:810)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:618)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:304)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:710)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1140)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:617)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
         at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
    o.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
    o.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
    o.i.config.ClientSetting.copyToImpl(ClientSetting.java:255)
    o.i.config.ClientSetting.copyTo(ClientSetting.java:249)
    o.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
    o.i.config.IdeSettings.copyToImpl(IdeSettings.java:196)
    o.i.config.IdeSettings.copyTo(IdeSettings.java:189)
    o.i.config.IdeSettings.showDialog(IdeSettings.java:810)
    o.i.config.IdeSettings.showDialog(IdeSettings.java:618)
    o.i.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
    o.i.controller.CommandProcessor.invoke(CommandProcessor.java:304)
    o.i.controller.IdeAction.performAction(IdeAction.java:710)
    o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:1140)
    o.i.controller.IdeAction.actionPerformed(IdeAction.java:617)
    jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    jx.s.AbstractButton.doClick(AbstractButton.java:357)
    jx.s.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
    jx.s.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
    j.a.Component.processMouseEvent(Component.java:6289)
    jx.s.JComponent.processMouseEvent(JComponent.java:3267)
    j.a.Component.processEvent(Component.java:6054)
    j.a.Container.processEvent(Container.java:2041)
    j.a.Component.dispatchEventImpl(Component.java:4652)
    j.a.Container.dispatchEventImpl(Container.java:2099)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
    j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
    j.a.Container.dispatchEventImpl(Container.java:2085)
    j.a.Window.dispatchEventImpl(Window.java:2478)
    j.a.Component.dispatchEvent(Component.java:4482)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    j.a.EventQueue$2.run(EventQueue.java:617)
    j.a.EventQueue$2.run(EventQueue.java:615)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:614)
    o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    TIA to anyone knowing a solution.

    can u remove the following entry from preferences.xml in C:\Documents and Settings\user\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper
    <Item>
    <Key>audit-preferences</Key>
    <Value class="oracle.jdevimpl.audit.preferences.AuditPreferences">
    <assistProfile/>
    <auditDuringCompile>false</auditDuringCompile>
    <auditWhileEditing>true</auditWhileEditing>
    <compileProfile/>
    <editorDelay>700</editorDelay>
    <maximumFileSize>5.0</maximumFileSize>
    <showCodeAssistanceInGutter>true</showCodeAssistanceInGutter>
    </Value>
    </Item>
    chk this
    Can't open preferences dialog, I receive the following exception.

  • Stack File for JSPM when using Maintenance Optimizer

    Hello,
    As you know JSPM looks for a stack file when applying a support pack stack.  When using maintanance optimizer I see no way to get a stack file.  I end up having to do the work twice:  once to get the files in maintenance optimizer, and again I have to go to marketplace swdc to choose the files and create the list of downloads again only to save a stack file.
    Am I missing something?  Is this double work really necessary?

    Hello John,
    It seems that you are doing double work.
    If you use the download type as "SLM" then you have a chance to transfer the XML to SLM. Else if you choose the download type as "Download Manager" then the XML should be created in the EPS/in folder of the Solution Manager system.
    You also need to check whether you have applied all the applicable notes for the Solution Manager stack from the note 1122966 and that the BC sets for MOPZ are activated correctly.
    Finally check the permissions on the EPS/in folder of Solution Manager to check whether there is a issue with authorizations.
    A SLG1 log ( filtered by the username who creates the MOPZ transaction and time at which the transaction was created ) will reveal the errors in the process.
    Regards
    Amit

  • Segmentation fault when using snapshot isolation with Berkeley DB 6.1.19 and 5.1.29

    Hello,
    I have been experimenting with snapshot isolation with Berkeley DB, but I find that it frequently triggers a segmentation fault when write transactions are in progress.  The following test program reliably demonstrates the problem in Linux using either 5.1.29 or 6.1.19. 
    https://anl.app.box.com/s/3qq2yiij2676cg3vkgik
    Compilation instructions are at the top of the file.  The test program creates a temporary directory in /tmp, opens a new environment with the DB_MULTIVERSION flag, and spawns 8 threads.  Each thread performs 100 transactional put operations using DB_TXN_SNAPSHOT.  The stack trace when the program crashes generally looks like this:
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 0x7ffff7483700 (LWP 11871)]
    0x00007ffff795e190 in __memp_fput ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    (gdb) where
    #0  0x00007ffff795e190 in __memp_fput ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #1  0x00007ffff7883c30 in __bam_get_root ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #2  0x00007ffff7883dca in __bam_search ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #3  0x00007ffff7870246 in ?? () from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #4  0x00007ffff787468f in ?? () from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #5  0x00007ffff79099f4 in __dbc_iput ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #6  0x00007ffff7906c10 in __db_put ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #7  0x00007ffff79191eb in __db_put_pp ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #8  0x0000000000400f14 in thread_fn (foo=0x0)
        at ../tests/transactional-osd/bdb-snapshot-write.c:154
    #9  0x00007ffff7bc4182 in start_thread (arg=0x7ffff7483700)
        at pthread_create.c:312
    #10 0x00007ffff757f38d in clone ()
        at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
    I understand that this test program, with 8 concurrent (and deliberately conflicting) writers, is not an ideal use case for snapshot isolation, but this can be triggered in other scenarios as well.
    You can disable snapshot isolation by toggling the value of the USE_SNAP #define near the top of the source, and the test program then runs fine without it.
    Can someone help me to identify the problem?
    many thanks,
    -Phil

    Hi Phil,
       We have taken a look at this in more detail and there was a bug in the code.   We have fixed the bug.     We will roll it into our next 6.1 release that we do.   If you would like an early patch that will go on top of 6.1.19, please email me at [email protected], reference this forum post and I can get a patch sent out to you.   It will be a .diff file that apply on the source code and then rebuild the library.  Once again thanks for finding the issue, and providing a great test program which tremendously helped in getting this resolved.
    thanks
    mike

  • "raise" and stack trace

    Greetings,
    When re-raising an exception, the error stack is lost.
    I am using Oracle Database 10g Release 10.1.0.4.0 - 64bit Production on Red Hat Enterprise Linux ES release 4 (Nahant Update 1)
    Consider the following code:
    SQL> declare
      2    L_DUMMY  char(1);
      3  --
      4    procedure P
      5    is
      6    begin
      7      select 'X' into L_DUMMY from DUAL where 1 = 0;
      8    end;
      9  begin
    10    P;
    11* end;
    12  /
    declare
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at line 7
    ORA-06512: at line 10When I add an exception handler to above code and use "raise" to re-raise the exception, the stack trace is lost, as shown below:
    SQL> declare
      2    L_DUMMY  char(1);
      3  --
      4    procedure P
      5    is
      6    begin
      7      select 'X' into L_DUMMY from DUAL where 1 = 0;
      8    end P;
      9  begin
    10    P;
    11  exception
    12    when others then
    13      raise;
    14  end;
    15  /
    declare
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at line 13Is there some way to keep the stack trace when re-raising an error?
    Thanks,
    Avi.

    What about using raise_application_error used with TRUE as third parameter?
    michaels>  declare
       l_dummy   char (1);
       procedure p
       is
       begin
          select 'X' into l_dummy from dual where 1 = 0;
       exception
          when others
          then
             raise_application_error (-20000, sqlerrm (sqlcode), true);
       end p;
    begin
       p;
    exception
       when others
       then
          raise_application_error (-20000, sqlerrm (sqlcode), true);
    end;
    Error at line 1
    ORA-20000: ORA-20000: ORA-01403: no data found
    ORA-06512: at line 11
    ORA-01403: no data found
    ORA-06512: at line 18
    ORA-20000: ORA-01403: no data found
    ORA-06512: at line 11
    ORA-01403: no data foundEventhough I still see no real use in here ...

  • CORBA properties, turning off stack trace on exception

    Is there a property when using the Sun ORB that will turn off the stack trace when a system exception occurs. I am already handling the system exceptions, so I really don't need the call stack from a 201 error.
    Thanks!
    evic

    Thank you for the clarification, Rob. I'll file an enhancement request
    right away.
    Christophe
    Rob Woollen wrote:
    WLS will log all transaction rollbacks. You'll have to file an enhancement
    request with [email protected] if you want to supress that behavior.
    -- Rob
    Christophe Warland wrote:
    A part of our architecture is based on rollbacks in an entity bean
    (RequiresNew) that we control from a stateless sessionbean
    (NotSupported). Everything works great, including the recovery mechanism
    inside the stateless sessionbean. We are very happy with that.
    However, WebLogic prints out an Exception stack trace everytime a
    rollback occurs, eventough our code in the SLSB is managing rollback and
    recovery by catching the RemoteException thrown by the container.
    So, how do I turn off that StackTrace without introducing transaction
    semantics inside my SLSB?
    Thanks,
    Christophe

  • Solution: Stack traces on actual devices

    I've created a tool to work around one of the major problems when developing for CLDC: getting proper stack traces. Using the tool you get stack traces (with correct line number info) on exception situations also when running MIDlets on real devices. You can redirect the trace to any desired destination (e.g. a log file).
    There isn't much documentation yet but it works and it's a real time saver. Check it out at [http://jarrut.sourceforge.net].

    I believe this does what you're talking about.
    yourLoggerName.error("your error message",yourException);Since you are using log4j, check their documentation about the methods:
    http://logging.apache.org/log4j/docs/api/index.html
    While there, look up debug, info, warn, error, fatal, and if you are using a recent version of log4j also see trace. You'll want the methods that pass the message and Throwable.

  • Filename when using -Djbo.debugoutput=file

    Hi!
    How can I specify which file to save debug traces when using the option "-Djbo.debugoutput=file" in the Run/Debug panel?

    Hi,
    looks as if this is not possible
    "One tip to help make sure that your ADF Business Components runtime configuration settings are actually getting set to what you think they are, is to run with the ADF Business Components diagnostics turned on -- which you do by adding the Java VM parameter -Djbo.debugoutput=file -- and then grep through the diagnostics files that will be named bc4j*.log in the system temp directory for the ADF configuration property name. The diagnostic output will tell you the value that it is using for each configuration property, and it will tell you where it read that value from (your configuration "client environment", System Property, etc.)."
    http://radio.weblogs.com/0118231/2004/11/25.html
    Frank

  • Issue while starting a workflow using a form submission cq5

    Hi,
    I have followed the below mentioned tutorial and completed it.
    http://dev.day.com/docs/en/cq/current/workflows/create-models.html#par_reference
    Once done, I did try to start the workflow using a normal form submission, by giving workflow name in the "Start Workflow" box.
    Once clicked it will send the notification to my inbox, and when I double click, the form 1 will be displayed. Once submitted form two will be displayed.
    But when I submit the form 2, it thorws the below exception.
    But when I start the same workflow using the sidekick, It works perfectly fine. I am guessing that the {payload}.html is not getting set when the WF is initaited by a form submission.
    Could you please help with this. Thank you !
    Exception
    Not Found
    Cannot serve request to /content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/1361448480595_ 27.html in org.apache.sling.servlets.get.DefaultGetServlet
    Request Progress:
          0 (2013-02-21 17:38:19) TIMER_START{Request Processing}
          0 (2013-02-21 17:38:19) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message>
          0 (2013-02-21 17:38:19) LOG Method=GET, PathInfo=/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/13614 48480595_27.html
          0 (2013-02-21 17:38:19) TIMER_START{ResourceResolution}
          1 (2013-02-21 17:38:19) TIMER_END{1,ResourceResolution} URI=/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/1361448480 595_27.html resolves to Resource=JcrNodeResource, type=sling:Folder, superType=null, path=/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/136144848 0595_27
          1 (2013-02-21 17:38:19) LOG Resource Path Info: SlingRequestPathInfo: path='/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/13614484 80595_27', selectorString='null', extension='html', suffix='null'
          1 (2013-02-21 17:38:19) TIMER_START{ServletResolution}
          1 (2013-02-21 17:38:19) TIMER_START{resolveServlet(JcrNodeResource, type=sling:Folder, superType=null, path=/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/136144848 0595_27)}
          1 (2013-02-21 17:38:19) TIMER_END{0,resolveServlet(JcrNodeResource, type=sling:Folder, superType=null, path=/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/136144848 0595_27)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet
          1 (2013-02-21 17:38:19) TIMER_END{0,ServletResolution} URI=/content/usergenerated/mywebsite/en/products/product12/cq-gen1361441037192/1361448480 595_27.html handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet
          1 (2013-02-21 17:38:19) LOG Applying Requestfilters
          1 (2013-02-21 17:38:19) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet
          1 (2013-02-21 17:38:19) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter
          1 (2013-02-21 17:38:19) LOG RedirectFilter did not redirect (MobileUtil.isMobileResource() returns false)
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter
          1 (2013-02-21 17:38:19) LOG Applying Componentfilters
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter
          1 (2013-02-21 17:38:19) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter
          1 (2013-02-21 17:38:19) TIMER_START{org.apache.sling.servlets.get.DefaultGetServlet#0}
          1 (2013-02-21 17:38:19) LOG No renderer for extension html
          1 (2013-02-21 17:38:19) LOG Applying Error filters
          1 (2013-02-21 17:38:19) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
          1 (2013-02-21 17:38:19) TIMER_START{handleError:status=404}
          1 (2013-02-21 17:38:19) TIMER_END{0,handleError:status=404} Using handler /libs/sling/servlet/errorhandler/404.jsp
          2 (2013-02-21 17:38:19) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@88fc5d1), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@170420bb), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@1000e0cb), serializer=Config(type=htmlwriter, config={}))}
          2 (2013-02-21 17:38:19) TIMER_END{2,Request Processing} Dumping SlingRequestProgressTracker Entries
    ApacheSling/2.2 (Day-Servlet-Engine/4.1.24, Java HotSpot(TM) 64-Bit Server VM 1.7.0_07, Windows 7 6.1 amd64)

    Hi chamila,
        I never tried the example. Exception is not clear. Could you please post more stack trace from log files.
    Thanks,
    Sham

  • CQ5 custom tag not sending cookie set in response when using IE10

    Hi,
    I have some custom code that will create a cookie and send it to the browser. This code works for Chrome, Firefox and IE9, but for some reason in IE10 the cookie will not even get sent in the response headers!
    The code that creates the cookie is just Java standard:
                   Cookie cookie = new Cookie("recently-viewed-producs-cookie", encryptedCookie);
                    cookie.setPath("/");
                    cookie.setDomain(getSlingRequest().getServerName());
                    cookie.setMaxAge(COOKIE_AGE_IN_SECONDS);
                    getSlingResponse().addCookie(cookie);
    Does anybody have an idea why this could happen? I encrypt the contens of my cookie, so there are no invalid characters (I believe).
    Other cookies created by CQ5 are sent and the browser saves them. I checked the cookie settings for the browser and it is set to accept everything, including session cookies.
    Any suggestions are welcome.
    Blanca

    BTS.MessageType is typically set by one of the Disassemblers.
    BTS.Operation has nothing to do with the Receive Port/Location and is set by the Engine only when coming from an Orchestration Port.
    But, you can set any Property in any Stage with a custom Pipeline Component as you've found.
    "Exception of type 'Microsoft.BizTalk.Message.Interop.BTSException' was thrown."
    There's usually a lot more to the stack trace.  You'll have to include the whole thing.
    Finally, what benefit do you expect from adding the ESB layer?  This is pretty trivial with an Orchestration.

Maybe you are looking for

  • Problems printing with HP laserjet 1018

    I'm using the hplip package. CUPS sees the printer, but I can't print diddley. I followed the wiki word for word and have googled extensively but I can't seem to figure it out. I tried printing as root, and as my user, and I am in the lp group but to

  • Obsolete ABAP statements in OOPs context

    Obsolete ABAP statements in OOPs context

  • Is it possible to show a processing dialog?

    hi, everyone. Is it possible to show a processing dialog when my scripts is executing? Because my script will spend some times, this will help the designer to understand that the scripts is working now. Thanks very much.

  • ApplicationPoolImpl.releaseInstance(ApplicationModule) deprecated

    Hi, JDeveloper warns that the method ApplicationPoolImpl.releaseInstance(ApplicationModule) has been deprecated, but I can not find the new substitute in the Business Component Documentation, anybody knows the answer? Thanks, Patrick.

  • Outlook RT not connecting to Exchange

     Outlook RT will not connect to our Exchange Server.  The W8 Mail app connects with no problem and have been using since the start.  It cannot resolve the username and will not connect even though it asks for and accepts my Exchange password.  I cont