HotSpot JVM error running JWS Test Browser

While when running the JWS Test Browser I get the attached JVM exception. It's
intermittent. When it happens, I’m stuck. I have to remove my WebService and rebuild
it to get past the problem.
OS - XP SP1
WL 8.1 SP2
JVM – java version "1.4.1_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_05-b01)
Java HotSpot(TM) Client VM (build 1.4.1_05-b01, mixed mode)
[jvm_errror.txt]

Michael -
JDK 1.4.1_05 has TONS of bugs. I would strongly recommend upgrading to JDK
1.4.2 early in your project, to save you a lot of potential problems.
Kunal
"Michael Moran" <[email protected]> wrote in message
news:40c0b1f7$1@mktnews1...
Okay, it appears I don't have to rebuild the WebService, I can alsoshutdown
Workshop and recompile before starting the server and it fixes the problem
most of the time. However, I have to try a few times before it works.
Any ideas?
"Michael Moran" <[email protected]> wrote in message
news:40c0a614$1@mktnews1...
While when running the JWS Test Browser I get the attached JVM
exception.
It's
intermittent. When it happens, I'm stuck. I have to remove my WebServiceand rebuild
it to get past the problem.
OS - XP SP1
WL 8.1 SP2
JVM - java version "1.4.1_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_05-b01)
Java HotSpot(TM) Client VM (build 1.4.1_05-b01, mixed mode)

Similar Messages

  • OutOfMermory errors running load test

    We are running load tests on VS 2013 - 2k users - and are consistently getting out of memory errors. When we look at the services we can see that the QTController service has (32 bit) after it. Our assumption is that this is what is causing the problem,
    but we are not able to get the controller - or agents - to run in 64-bit mode.
    Entire lab is running on Windows 2012 R2 Enterprise.
    Thanks!

    Hi SharonBjeletich,
    Your assumption is right. Running test agents on 64 bit OS in a 32 bit test run may cause Out of Memory exception in load test.
    In order to set test agents to run on 64 bit process if the test agent is a 64 bit machine, please you’re your test settings file in this solution and select
    Hosts --> Run tests in 32 bit or 64 bit process --> Run tests in 64 bit process on 64 bit machine
    About how to resolve ‘out of memory exception’ in web/load test, the following blogs gave detailed explanations and troubleshooting methods:
    Resolve “Out of Memory exception“ in VSTS Web/ Load test
    Visual Studio 2010 Load Test – Out of Memory Exceptions On 32 bit Machines
    OR 32 bit Run
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error running a test application in jDeveloper

    I have developed an application and want to run a test. But when I click run-
    I get a message: Target ddjasd;asjd cannot be started as a Servlet ...
    Its not a servlet- What is causing jDeveloper to want to run as a servlet?
    thanks
    al

    Sorry Everyone- all my fault- no main method. put my test logic in the test file constructor.
    I am developing an EnterpriseOne web service, and using a simple java class to run the logic behind the web service interface.
    Once I created a main method- works as expected.
    al

  • Got an eror while running unit tests on jsf.

    Hi
    i checked the latest verison from cvs and also downloaded the latest build of glassfish for linux.
    While trying to run the unt tests, i got the followig error when i ran "test.appserver" under jsf-ri.
    i made sure that the server was runing at the time when i ran the test and have the correct versions of cactus,junit and html-unit.But the test resulted in the folowing error:
    run.cactus.test.appserver:
    deploy:
    [copy] Copying 1 file to /home/kc161609/glassfish/domains/domain1/autodeploy
    run.cactus.test:
    [junit] Running com.sun.faces.application.TestActionListenerImpl
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 9.755 sec
    [junit] Testsuite: com.sun.faces.application.TestActionListenerImpl
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 9.755 sec
    [junit] Testcase: testProcessAction took 5.845 sec
    [junit] Caused an ERROR
    [junit] (java.lang.reflect.ReflectPermission suppressAccessChecks)
    [junit] at com.sun.faces.cactus.TestingUtil.invokePrivateMethod(TestingUtil.java:48)
    [junit] at com.sun.faces.cactus.StoreServletContext.setServletContext(StoreServletContext.java:58)
    [junit] at com.sun.faces.cactus.FacesTestCaseService.setUp(FacesTestCaseService.java:147)
    [junit] at com.sun.faces.cactus.ServletFacesTestCase.setUp(ServletFacesTestCase.java:160)
    [junit] at org.apache.cactus.internal.AbstractCactusTestCase.runBareServer(AbstractCactusTestCase.java:153)
    [junit] at org.apache.cactus.internal.server.AbstractWebTestCaller.doTest(AbstractWebTestCaller.java:119)
    [junit] at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody0(AbstractWebTestController.java:93)
    [junit] at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest_aroundBody1$advice(AbstractWebTestController.java:224)
    [junit] at org.apache.cactus.internal.server.AbstractWebTestController.handleRequest(AbstractWebTestController.java)
    [junit] at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(ServletTestRedirector.java:101)
    [junit] at org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice(ServletTestRedirector.java:224)
    [junit] at org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirector.java)
    [junit] at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(ServletTestRedirector.java:72)
    [junit] at org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(ServletTestRedirector.java:224)
    [junit] at org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirector.java)
    [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
    [junit] at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:256)
    [junit] at java.security.AccessController.doPrivileged(Native Method)
    [junit] at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    [junit] at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:289)
    [junit] at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:172)
    [junit] at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:384)
    [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:273)
    [junit] at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:560)
    [junit] at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:530)
    [junit] at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:234)
    [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    [junit] at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:560)
    [junit] at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:71)
    [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
    [junit] at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:560)
    [junit] at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:118)
    [junit] at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:131)
    [junit] at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:560)
    [junit] at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:530)
    [junit] at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    [junit] at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:214)
    [junit] at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:569)
    [junit] at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:350)
    [junit] at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:243)
    [junit] at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:248)
    [junit] at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:73)
    [junit] Caused by: java.security.AccessControlException: access denied (java.lang.reflect.ReflectPermission suppressAccessChecks)
    [junit] at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    [junit] at java.security.AccessController.checkPermission(AccessController.java:427)
    [junit] at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    [junit] at java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:107)
    [junit] at com.sun.faces.cactus.TestingUtil.invokePrivateMethod(TestingUtil.java:45)
    [junit] ... 48 more
    BUILD FAILED
    /home/kc161609/javaserverfaces-sources/jsf-ri/build.xml:820: The following error occurred while executing this line:
    /home/kc161609/javaserverfaces-sources/jsf-ri/build-tests.xml:452: The following error occurred while executing this line:
    /home/kc161609/javaserverfaces-sources/jsf-ri/build-tests.xml:338: Test com.sun.faces.application.TestActionListenerImpl failed
    Total time: 2 minutes 27 seconds
    There is some "access denied exception"
    (java.security.AccessControlException: access denied (java.lang.reflect.ReflectPermission suppressAccessChecks)
    [junit] java.lang.RuntimeException: java.security.AccessControlException: access denied")
    I think there is no problem with the build or the machine .I'm not sure what that problem is well,so please help me out with this error.
    Thanks
    Srinivas

    Hi,
    You got these errors because runInstaller can not start the GUI. There are 2 solutions, you can choose one:
    1. logout Gnome/Kde, login as oracle user, and run runInstaller again.
    2.open a new root terminal,
    a) run "xhost +" as root.
    b) run "su - oracle" switch to oracle
    c) run "export DISPLAY=:0.0"
    d) then run "./runInstaller" again.
    cheers.
    Ice

  • Error in test browser while running a JPD

    anyone plzzz help me..i'm getting this error while trying to run a jpd ...this error is coming in test browser
    Service Request getContractLineResourceId
    Submitted at Wed Sep 07 17:54:35 IST 2005
    clResourceId = 102950
    Context Event context_onCreate on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.bea.control.ServiceBrokerControlImpl.context_onCreate
    Event source: context
    CallStack:
    callback.context_onCreate()
    callback:context.onCreate()
    callback:context.onAcquire()
    Returned from context_onCreate on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Context Event context_onAcquire on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.bea.control.ServiceBrokerControlImpl.context_onAcquire
    Event source: context
    Arguments:
    CallStack:
    callback.context_onAcquire()
    callback:context.onAcquire()
    Returned from context_onAcquire on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Operation setTargetService on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.pwc.us.ept.process.businessLogic.manageContractLine.MyContractLineRescJpd$Callback.setTargetService
    Arguments:
    Arg 0 : Service[http://TESTUI]
    CallStack:
    callback.setTargetService()
    Returned from setTargetService on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Operation setEchoConversationID on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.pwc.us.ept.process.businessLogic.manageContractLine.MyContractLineRescJpd$Callback.setEchoConversationID
    Arguments:
    Arg 0 : null
    CallStack:
    callback.setEchoConversationID()
    Returned from setEchoConversationID on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Operation setProtocol on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.pwc.us.ept.process.businessLogic.manageContractLine.MyContractLineRescJpd$Callback.setProtocol
    Arguments:
    Arg 0 : http-soap
    CallStack:
    callback.setProtocol()
    Returned from setProtocol on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Operation setRecipientCertificate on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.pwc.us.ept.process.businessLogic.manageContractLine.MyContractLineRescJpd$Callback.setRecipientCertificate
    Arguments:
    Arg 0 : null
    CallStack:
    callback.setRecipientCertificate()
    Returned from setRecipientCertificate on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Operation getContractLineResourceId
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.pwc.us.ept.process.businessLogic.manageContractLine.MyContractLineRescJpd.getContractLineResourceId
    Arguments:
    clResourceId : 102950
    CallStack:
    getContractLineResourceId()
    Operation findByCtrlLineResourceId on Control dbContractLineControl
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.pwc.us.ept.control.customDBControl.MyTestControl.CustomContractLineResc.findByCtrlLineResourceId
    Arguments:
    contractLineRescId : 102950
    CallStack:
    dbContractLineControl.findByCtrlLineResourceId()
    getContractLineResourceId()
    Returned from findByCtrlLineResourceId on dbContractLineControl
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Return value: com.pwc.us.ept.app.dto.StateHolder@dfa0aa
    Process Completed
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Returned from getContractLineResourceId
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Return value: com.pwc.us.ept.app.dto.StateHolder@dfa0aa
    Context Event context_onRelease on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.bea.control.ServiceBrokerControlImpl.context_onRelease
    Event source: context
    Arguments:
    CallStack:
    callback.context_onRelease()
    callback:context.onRelease()
    Returned from context_onRelease on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Context Event context_onReset on Control callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Method: com.bea.control.ServiceBrokerControlImpl.context_onReset
    Event source: context
    CallStack:
    callback.context_onReset()
    callback:context.onReset()
    Returned from context_onReset on callback
    Submitted at Wed Sep 07 17:54:35 IST 2005
    Service Response
    Submitted at Wed Sep 07 17:54:35 IST 2005
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>java.lang.RuntimeException: Protocol 'form-get' not available on this operation.</faultstring>
    <detail>
    com.bea.wlw.runtime.core.request.ResponseValidationException: java.lang.RuntimeException: Protocol 'form-get' not available on this operation.
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:40)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:261)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
    at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:160)
    at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:100)
    at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
    at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Dispatcher.java:49)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.exploreExec(HttpServerHelper.java:275)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:593)
    at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:81)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Caused by: java.lang.RuntimeException: Protocol 'form-get' not available on this operation.
    at com.bea.wlw.runtime.core.dispatcher.DispMessage.marshalXml(DispMessage.java:363)
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writePart(MimeXmlResponse.java:106)
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writeOutputPart(MimeXmlResponse.java:98)
    at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:36)
    ... 21 more
    </detail>
    </error>

    Hi,
    When Explorer quits, does any file gets generated automatically on your desktop?
    Regards,
    Soumyajit

  • JVM SIGSEGV error running Java 1.5.0_01 on linux

    Three times last week we had the JVM come down hard with a SISSEGV error running our web application. Each crash was on a different machine. The offending thread was always in libnet.so shared library handling either a getHostByAddr() or getLocalHostName() call. I included a portion of one of the JVM dumps below. In the other two cases we are in either an Oracle JDBC driver or a SQL Server JDBC driver (tds).
    We are not able to issolate and reproduce this problem at will. This is happening in our QA environment and we are planning to go to production soon. Any ideas or information would be most helpful.
    We've just decided to upgrade to Java 1.5.0_04 in the hope it might help this problem. Too early to tell if this is making a difference or not.
    The JVM is running Tomcat 5.5.9.
    OS:Red Hat Enterprise Linux AS release 3 (Taroon Update 2)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_01-b08) for linux-x86, built on Dec 6 2004 19:33:50 by java_re with gcc 3.2.1-7a (J2SE release)
    Thanks for your attention.
    --Brad
    first part of jvm dump follows:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x007737b9, pid=16179, tid=122411952
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_01-b08 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x797b9] memchr+0x29
    --------------- T H R E A D ---------------
    Current thread (0xb192d0f0): JavaThread "http-80-Processor25" daemon [_thread_in_native, id=16341]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xb0bfe0c2
    Registers:
    EAX=0xb0bfe0c2, EBX=0x0082ea98, ECX=0x00000a0a, EDX=0x0a0a0a0a
    ESP=0x074bcae8, EBP=0x074bcb14, ESI=0x00000036, EDI=0x000003e7
    EIP=0x007737b9, CR2=0xb0bfe0c2, EFLAGS=0x00010202
    Top of Stack: (sp=0x074bcae8)
    0x074bcae8: 000003e7 00000036 0075ae2b b0bfe0c2
    0x074bcaf8: 0000000a 00000036 b0bff038 074bcc48
    0x074bcb08: 0082ea98 b2f87428 074bcc48 074bcb38
    0x074bcb18: 0075adb3 b2f87428 074bcc48 000003e7
    0x074bcb28: 0000000a 00000001 00000000 0082ea98
    0x074bcb38: 074bcb64 00763ebb b2f87428 074bcc48
    0x074bcb48: 000003e7 0000000a 00000001 00000000
    0x074bcb58: 0011c3a4 074bcc48 000003e8 074bcbb0
    Instructions: (pc=0x007737b9)
    0x007737a9: 89 d1 c1 e2 10 66 89 ca a8 03 0f 84 cd 00 00 00
    0x007737b9: 38 10 0f 84 67 01 00 00 40 4e 0f 84 3f 01 00 00
    Stack: [0x0747d000,0x074be000), sp=0x074bcae8, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.6+0x797b9] memchr+0x29
    C [libc.so.6+0x60db3] IOgetline+0x43
    C [libc.so.6+0x69ebb] fgets_unlocked+0x5b
    C [libnss_files.so.2+0x4b14] nssfiles_gethostbyaddr_r+0x184
    C [libc.so.6+0xef7ed] gethostbyaddr_r+0xdd
    C [libnet.so+0x5321] Java_java_net_Inet4AddressImpl_getHostByAddr+0x10d
    j java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+0
    j java.net.InetAddress$1.getHostByAddr([B)Ljava/lang/String;+4
    j java.net.InetAddress.getHostFromNameService(Ljava/net/InetAddress;Z)Ljava/lang/String;+7
    j java.net.InetAddress.getHostName(Z)Ljava/lang/String;+10
    j java.net.InetAddress.getHostName()Ljava/lang/String;+2
    j org.apache.coyote.http11.Http11Processor.parseHost(Lorg/apache/tomcat/util/buf/MessageBytes;)V+38
    j org.apache.coyote.http11.Http11Processor.prepareRequest()V+794

    So, we started getting this problem again in production (on 1.5.0_06, even).
    Following up on Dan Paum's report, I dug around a little deeper:
    ~/java/old/java/net$ javap Inet4AddressImpl
    Compiled from "Inet4AddressImpl.java"
    class java.net.Inet4AddressImpl extends java.lang.Object implements java.net.InetAddressImpl{
    java.net.Inet4AddressImpl();
    public native java.lang.String getLocalHostName() throws java.net.UnknownHostException;
    public native byte[][] lookupAllHostAddr(java.lang.String) throws java.net.UnknownHostException;
    public native java.lang.String getHostByAddr(byte[]) throws java.net.UnknownHostException;
    public synchronized java.net.InetAddress anyLocalAddress();
    public synchronized java.net.InetAddress loopbackAddress();
    public boolean isReachable(java.net.InetAddress, int, java.net.NetworkInterface, int) throws java.io.IOException;
    Both anyLocalAddress() and loopbackAddress() are synchronized, but not getLocalHostName(). The native code for getLocalHostName() calls gethostbyaddr_r in lieu of synchronization. gethostbyaddr_r is a non-standard, non-portable call that, judging from a brief trawl through Google, has historically been problematic for multi-platform code.
    I'm guessing this bug is another such problem.
    I extracted Inet4AddressImpl.java from src.zip in the JDK, changed the declaration, compiled, and "updated" the modified version into lib/rt.jar:
    ~/java/new/java/net$ javap Inet4AddressImpl
    Compiled from "Inet4AddressImpl.java"
    class java.net.Inet4AddressImpl extends java.lang.Object implements java.net.InetAddressImpl{
    java.net.Inet4AddressImpl();
    public synchronized native java.lang.String getLocalHostName() throws java.net.UnknownHostException;
    public native byte[][] lookupAllHostAddr(java.lang.String) throws java.net.UnknownHostException;
    public native java.lang.String getHostByAddr(byte[]) throws java.net.UnknownHostException;
    public synchronized java.net.InetAddress anyLocalAddress();
    public synchronized java.net.InetAddress loopbackAddress();
    public boolean isReachable(java.net.InetAddress, int, java.net.NetworkInterface, int) throws java.io.IOException;
    So far, so good. I will stress test this over the next few days, and if it works, I'll open a bug in the bug database to get this fixed.

  • Error encountered while running a test case using MTM

    Hello,
    Has anyone encountered this error while running a test case using MTM 2013? 
    When I click on OK, the message is again shown until that time wherein the popup error is no longer shown.
    When I try to continue to the next pages wherein a modal is being open and I need to enter some data on a text field, the IE would stop working and seems to crash.
    Thanks!

    Hi Kiyaruh,
    Base on the error message, the error is threw by internet explorer.
    Does it have the same issue when access that web site/page in IE directly or it just occurs when run tests through MTM?
    What’s the version of your browser? You may try it with other browser and check whether it has same issue.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Weblogic workshop test browser script error

    Hi all
    whenever i run any portal sample through Workshop Test Browser ,i get following
    error.
    a dialogue window "Internet Explorer script error" with following texts
    An error has occured in the script on this page
    Do you want to continue running scripts on this page ?
    I am running Win2K professional, weblogic platform 8.1.1.0 and IE 5.0
    But this problem does not appear in WinXP & IE6.0
    ANy idea what is missing ?
    thx
    manjunath

    Hi manjunath,
    I had the same error on a similar config (win2k, ie 5). We tried several
    other configuration (with newer browsers) and didn't have the same
    experience.
    I'm almost sure that the problem is the browser, which is too old and
    doesn't support some featrue used by the webapp. If you can do it I
    suggest to upgrade to a newer version.
    BR,
    don
    manjunath wrote:
    Hi all
    whenever i run any portal sample through Workshop Test Browser ,i get following
    error.
    a dialogue window "Internet Explorer script error" with following texts
    An error has occured in the script on this page
    Do you want to continue running scripts on this page ?
    I am running Win2K professional, weblogic platform 8.1.1.0 and IE 5.0
    But this problem does not appear in WinXP & IE6.0
    ANy idea what is missing ?
    thx
    manjunath

  • Setup.exe-install won't run-jvm-Error

    Hello forum I use win2000 with service pack4,
    and download Oracle9i Release 2 (9.2.0.1)
    but when I try to launch the universal installer that comes with the download, it start very find but when I tried next it just desapeared,just stop.
    Actually I had oracle 8.1.7 installed on my computer the problem started when I upgraded my win2000 to service pack3,and now to 4.
    C:\>java -version
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21
    Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
    very desperated situation.
    HERE IS THE LOGFILE.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d48720a
    Function name=JVM_FindSignal
    Library=C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\hotspot\jvm.dll
    Current Java thread:
    at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.GetAllOracleHomes(Native Method)
    at oracle.sysman.oii.oiip.oiipg.OiipgOracleHomes.getAllOracleHomes(OiipgOracleHomes.java:1136)
    at oracle.sysman.oii.oiip.oiipg.OiipgOracleHomes.getAllHomes(OiipgOracleHomes.java:1198)
    at oracle.sysman.oii.oiif.oiifw.OiifwInvLocWCCE.initialize(OiifwInvLocWCCE.java:106)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:129)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:586)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    Dynamic libraries:
    0x00400000 - 0x00405000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\javaw.exe
    0x77F80000 - 0x77FFC000 C:\WINNT\system32\ntdll.dll
    0x78ED0000 - 0x78F32000 C:\WINNT\system32\ADVAPI32.dll
    0x79290000 - 0x7934C000 C:\WINNT\system32\KERNEL32.DLL
    0x77120000 - 0x77191000 C:\WINNT\system32\RPCRT4.DLL
    0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
    0x78000000 - 0x78045000 C:\WINNT\system32\MSVCRT.dll
    0x75E30000 - 0x75E4A000 C:\WINNT\system32\IMM32.DLL
    0x6D420000 - 0x6D4EF000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\hotspot\jvm.dll
    0x77550000 - 0x77581000 C:\WINNT\system32\WINMM.dll
    0x6D220000 - 0x6D227000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\verify.dll
    0x6D250000 - 0x6D266000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\java.dll
    0x6D3C0000 - 0x6D3CD000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\zip.dll
    0x6D020000 - 0x6D128000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\awt.dll
    0x77800000 - 0x7781E000 C:\WINNT\system32\WINSPOOL.DRV
    0x79360000 - 0x79371000 C:\WINNT\system32\MPR.DLL
    0x77A50000 - 0x77B47000 C:\WINNT\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\fontmanager.dll
    0x72850000 - 0x72856000 C:\WINNT\system32\DCIMAN32.dll
    0x16810000 - 0x16991000 C:\WINNT\system32\nvoglnt.dll
    0x6E3B0000 - 0x6E3B6000 C:\WINNT\system32\INDICDLL.dll
    0x6D2C0000 - 0x6D2DB000 C:\Disk1\stage\Components\oracle.swd.jre\1.3.1.1.0a\1\DataFiles\Expanded\bin\jpeg.dll
    0x727B0000 - 0x727F6000 C:\WINNT\system32\ddraw.dll
    0x1B4E0000 - 0x1B4F5000 C:\Disk1\stage\Components\oracle.swd.oui\2.2.0.12.0\1\DataFiles\Expanded\bin\win32\oraInstaller.dll
    0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
    0x729B0000 - 0x729DD000 C:\WINNT\system32\DBGHELP.dll
    0x731B0000 - 0x731BA000 C:\WINNT\system32\PSAPI.DLL
    Local Time = Fri Aug 15 18:24:06 2003
    Elapsed Time = 6
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002CC
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)

    Hi,
    You could probably post your question in the Database Installation for a better reponse.
    Hope this helps.
    Sujatha.

  • URGENT!! Error While Running Tutorial Test Page.

    Hi,
    We have been facing an issue while setting up the JDeveloper and running the test page.
    ERROR IS:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = fnd; (Could not lookup message because there is no database connection)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1142)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1794)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
    at OA.jspService(OA.jsp:45)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = fnd; (Could not lookup message because there is no database connection)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:3931)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:786)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
    at OA.jspService(OA.jsp:45)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = fnd; (Could not lookup message because there is no database connection)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:3931)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:786)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
    at OA.jspService(OA.jsp:45)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    =============================================================
    =============================================================
    The msgs that are coming up in the embedded oc4j log is:
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\JDEV\jdevbin\jdk1.4.2\bin\javaw.exe -client -classpath C:\JDEV\jdevbin\j2ee\home\oc4j.jar;C:\JDEV\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:C:\JDEV\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\JDEV\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Dhttp.proxyHost=proxy.mtn.co.za -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=196.13.231.*|webmail.mtn.co.za|autodiscover.mtn.co.za|10.204.5.2|10.204.5.1|*.thecomputerpeople.co.za|virtual.thecomputerpeople.co.za|oms.thecomputerpeople.co.za|*.rentamobile.co.za|*.rentatomtom.co.za|*.mobilesolutions.co.za|*.yelloworld.co.za|*.yellostg.co.za|*.yellodev.co.za|10.217.200.91|eprowebserver.mtn.co.za|10.217.205.64|*.mtn.com|196.11.240.*|196.13.230.*|*.mtnactive.co.za|*.yellomtn.com|*.yellomtn.co.za|*.mtn.co.za -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config C:\JDEV\jdevhome\jdev\system9.0.3.5.1312\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 1484 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    Tutalii: C:\JDEV\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ICX DIAGNOSTIC: FND_TOP = C:\JDEV\jdevhome\jdev\dbc_files\
    ICX DIAGNOSTIC: application_id = 601
    ICX DIAGNOSTIC: responsibility_id = 24742
    ICX DIAGNOSTIC: security_group_id = 0
    ICX DIAGNOSTIC: mEncryptedSessionID = VOJ1vU0LWyvpCvPMgp0CPqNg:S
    ICX DIAGNOSTIC: mSessionID = 1874125765
    ICX DIAGNOSTIC: mTransactionID = 1962477773
    ==========================================================
    ==========================================================
    We have setup the same JDEV patch on 2 machines having the same DBC files and the same application logins as well as the same responsibility keys.
    But it is working fine on one machine and we are able to run the test page as well as any custom page that we are developing.
    but on one machine we are unable to run even the test page.
    Both are also on the same network.
    We are struck as we are unable to do any work.
    Could anyone please suggest any solution to this.
    I have gone through the numerous posts regarding this kind of error, but have not been yet able to resolve.
    Thanks

    As per error message, the problem is with the Database connection.
    Check again if your using wright dbc file, you can check it through connection string given in the dbc file
    and also try connecting the database through sql developer.
    --prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error while running OIF Test utility

    Hi,
    I have installed OIF 11g, configured SP and IdP (SAML 2.0), with Sun LDAP as the user and federation data store. Default Auth engine is configured as 'LDAP Directory' and Auth Mechanism is password-protected.
    While running the test utility for the SP initiated scenerio, I get an error.
    Following are the steps -
    1. Run test utility ( http://localhost:<port>/fed/user/testspsso ) - +"Intiate Federation SSO" page is displayed+
    2. Select default values (Auth Req Binding = HTTP Redirect, SSO Response Binding = Artifact) and submit - IDP Login screen is displayed
    3. Enter correct login credentials (user id & password) and Sign In - Error page is displayed - *"Error 500--Internal Server Error"*
    In step 3, when I enter incorrect login credentials, an appropriate error is indicated. So I guess there is an error after successful authentication, possibly during assertion by the IdP.
    The log (OIF diagnostic log) shows the following error message - +"oracle.security.fed.event.EventException: Could not find the AuthnRequest associated to the Assertion"+
    I have tried out some changes in config, but still get the error. Can someone please provide any pointers on what could have gone wrong.
    Thanks,
    Krishna

    Hey Kris,
    I have the same issue. Have you been able to solved it? I had solved once by changing the host name to FQDN but we had changed some thing else and it started showning again.
    Thanks,
    Farid,

  • Error in running juit test case for struts2 action class

    Hi,
    I am getting error when i am running my junit test case for struts2 action class. Here is the code.
    public class RoleMasterNewActionTest extends StrutsTestCase {
         public void setUp() throws Exception {
            super.setUp();
            ObjectFactory.setObjectFactory( new ObjectFactory() );
         public void testDoSomeThing()throws Exception {
              RoleMasterNewAction action = new RoleMasterNewAction();
              assertTrue(action.doSomeThing());
    }I am getting error at testDoSomeThing(). the error is
    2010-04-30 15:07:12,263 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts-default.xml]
    2010-04-30 15:07:12,325 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts-plugin.xml]
    2010-04-30 15:07:12,388 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts.xml]
    2010-04-30 15:07:12,388 WARN [org.apache.struts2.config.Settings] - Settings: Could not parse struts.locale setting, substituting default VM locale
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-Lookup
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-label
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-headings
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-messages
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-setup
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.common-errors
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-label
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-lookup
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-headings
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-jndinames
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-jndinames
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-labels
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-headings
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-alert
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.form
    2010-04-30 15:07:12,419 INFO [org.apache.struts2.spring.StrutsSpringObjectFactory] - Initializing Struts-Spring integration...
    2010-04-30 15:07:12,419 FATAL [org.apache.struts2.spring.StrutsSpringObjectFactory] - ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
    Looks like the Spring listener was not configured for your web app!
    Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.
    You might need to add the following to web.xml:
        <listener>
            <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
        </listener>but already i have the listener configuration in my web.xml.
    Thanks in advance..

    I guess it wasn't reading the right web.xml file.
    You may prove it by deleting your web.xml file (don't forget to make a backup), and then run the test again to see whether the error is the same.

  • I wanted a solution to the problem I was having on Win 7 Pro Service Pack 1 in that links on an open Adobe Acrobat file will not open in my Firefox Browser 33.0.2. The Error I receive is "Acrobat could not run the web browser.  Unknown Error. (123)"

    I want a solution to the problem I was having on Win 7 Pro Service Pack 1 in that links on an open Adobe Acrobat Pro 10.1.12  file will not open in my Firefox Browser 33.0.2. The Error I receive is "Acrobat could not run the web browser.  Unknown Error. (123)"

    Change browsers. See what happens.
    Be well...

  • 24" iMac summer 2008. CPU fan runs at highest speed, some times goes to "sleep" mode. t' is about 35'- 42'C. Run hardware test: 4sns/1/40000000:tlop-130.000, next time 4sns/1/40000000:tlop-128.000 errors. Reinstalled all softwere. Nothing changed.

    24" iMac summer 2008. CPU fan runs at highest speed, some times goes to "sleep" mode. CPU t' is about 35'- 42'C. Run hardware test: 4sns/1/40000000:tlop-130.000, next time 4sns/1/40000000:tlop-128.000 errors. Tried SMC, NVRAM, PRAM. Reinstalled all softwere. Nothing changed.

    I suspect you have hardware problem with a fan sensor. Doing a software install will not help the machine needs to be taken in for service. If you run Apple Hardware Test in Extended Mode it should reveal the error code. If it does not then run AHT an additional 2-3 times to be sure in Extended Mode. Each pass will take about 30-60 minutes.

  • Error when running unit tests

    Hi,
    I'm getting the error 'Marker id <num> not found' about 9 times out of 10 when I try to run unit tests in Flash Builder 4.5 Premium. This is happening on a new (2 weeks old) spark + mx project, with the unit test classes created in Flash Builder using the built-in tools. Using Run As or Debug does not seem to make a difference to whether the error occurs or not. I have to just keep retrying until it runs correctly.
    I am using the AS Code Coverage plugin and the FlexUnit 4.1.
    Please help as this is driving me mad!
    Thanks,
    Adam

    Here you go.  Looks like it shrunk down the libraries image though.

Maybe you are looking for

  • Items not appearing on desktop

    I am having problems with items not showing up on the desktop. The main problem I am having is that I have a Moto Q Cell phone, which I use Missing Sync software with. It was mounting on the desktop and then stopped. Everything else works with it on

  • ORA-19510:

    Hi, Version :11.2.0.1 Os :AIX we getting the below message in alertlog. kkjcre1p: unable to spawn jobq slave process Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_cjq0_24183490.trc: Tue Oct 02 01:04:53 2012 Trace dumpi

  • Eps files 20 minutes for saving

    I've bought a new Windows Workstation in order to use my Adobe Illustrator CC. All works fine, i've only this sad problem, my eps files that I worked with my old Windows Workstation (WindowsXP) are very very slow in saving, about 20 min, the program

  • Look for general blog on Java technologies

    Hello, I am greatly interesting in Java and look for active blog on Java technologies. I found 1000 of blogs posted in this forum but many are very specific or not active anymore. Could you please advise me good java blog with regular posting and int

  • 2 online numbers from different countries

    Can I have 2 online numbers from different countries?