Pleze Help me, Facing Runtime Java error

Dear All,
I am using Oracle DS 10g. My forms are running well individually. But when i run my application through the URL the first page comes fine, but when i click on the other form in menu if face the following error in OC4J. while the following are my settings.
default.env
FORMS90_PATH=C:\Dev10g\forms90;D:\WQR\Dev
and in formweb.cfg
[mycon]
form=frm_main.fmx
C:\Documents and Settings\abid>C:\Dev10g\jdk\bin\java -Xbootclasspath/p:C:\Dev10
g\vbroker4\lib\vbjboot.jar -Doracle.security.jazn.config=C:\Dev10g\j2ee\DevSuite
\config\jazn.xml -Doracle.home=C:\Dev10g -DORACLE_HOME=C:\Dev10g -jar C:\Dev10g\
j2ee\home\oc4j.jar -userThreads -config C:\Dev10g\j2ee\DevSuite\config\server.xm
l
08/04/09 18:27:41 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
initialized
08/04/09 18:28:33 FormsServlet init():
configFileName: C:\Dev10g/forms90/server/formsweb.cfg
testMode: false
08/04/09 18:28:43 ListenerServlet init()
08/04/09 18:28:54 Forms session <1> aborted: unable to communicate with runtime
process.

are you willing to help me just with this login page?????
I e-mail you the project and help me compile everything for me please.. Just for this logon page... I have to hand it oreadi... I still havent get to display the logon page..
Anybody who can help me with this project of mine???
Please post to me your e-mail....

Similar Messages

  • Java error message received when downloading torrent...help

    I receive the JAVA error message detailed when trying to download a torrent file on my laptop. I have two browsers installed, Firefox and Internet Explorer. I do not get the message if I download via I.E. so the problem is a Firefox/Java one. the message reads :
    java.lang.ClassNotFoundException: org.gudy.azureus2.ui.swt.Main
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
    at com.exe4j.runtime.WinLauncher.main(Unknown Source)
    Any help greatly appreciated. Java version up to date and correct version. (Why does it work with I.E. and not Firefox ??)

    Hmmm. Bang goes the theory of trying to get a heads-up on a 2324 with the other message.
    The following is a better bet with a 2330 (rather than a 2324), but it might be useful to get the possibility off the table.
    Let's try running a disk check (chkdsk) over your C drive.
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, does itunes launch without the 2324 afterwards?

  • HELP !...getting ERROR: java.io.IOException: CreateProcess: ... error=3

    I use stand alone "XMLBeans survival kit" ( which I downloaded on 11/1/03 from
    BEA site ). I use its xmlbean.jar and it works fine. I did not use its "scomp"
    utility until today ( I used BEA's on-line compiler and it worked just great ).
    When I tried to use the stand alone "scomp" , I've got into trouble. Here is the
    trace of the error I receive for all schemas including the example schema ( I
    have followed the instructions described in the attached README file for the environment
    configuration) :
    C:\WSAD_Workspaces\dc_xml_beans\xml_to_java\test>scomp -out myeasypo.jar C:\XMLBeanToolkit\xkit\schemas\easypo
    Loading schema file C:\XMLBeanToolkit\xkit\schemas\easypo\easypo.xsd
    Loading config file C:\XMLBeanToolkit\xkit\schemas\easypo\easypo.xsdconfig
    Time to build schema type system: 1.297 seconds
    java.io.IOException: CreateProcess: "C:\Program Files\Java\j2re1.4.1_05\..\bin\javac.exe"
    -J-Xmx256M @C:\DOCUME~1\a337335\LOCALS~1\Temp\javac31952 error=3
    null
    java.io.IOException: CreateProcess: "C:\Program Files\Java\j2re1.4.1_05\..\bin\javac.exe"
    -J-Xmx256M @C:\DOCUME~1\a337335\LOCALS~1\Temp\javac31952 error=3
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:67)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:491)
    at java.lang.Runtime.exec(Runtime.java:457)
    at com.bea.xbean.tool.CodeGenUtil.externalCompile(CodeGenUtil.java:167)
    at com.bea.xbean.tool.SchemaCodeGenerator.compileTypeSystem(SchemaCodeGenerator.java:178)
    at com.bea.xbean.tool.SchemaCompiler.compileImpl(SchemaCompiler.java:547)
    at com.bea.xbean.tool.SchemaCompiler.main(SchemaCompiler.java:141)
    BUILD FAILED
    Please, help me to find what is wrong here !!!
    Thank you,
    - Michael P.
    [README.txt]

    Sorry, folks, the answer was quite simple: the default scomp script has pointed
    to "wrong" location for java.exe. In particular, the scrip has specified compilation
    command like this:
    java -classpath %cp% com.bea.xbean.tool.SchemaCompiler %*
    while it had to specify path to the java.exe based on JAVA_HOME env. variable
    ( I am saying "had" because README instructions state that the JAVA_HOME has to
    be properly configured ). So, the solution looks like:
    %JAVA_HOME%\bin\java -classpath %cp% com.bea.xbean.tool.SchemaCompiler %*
    - Michael P.
    "Michael P." <[email protected]> wrote:
    >
    >
    >
    I use stand alone "XMLBeans survival kit" ( which I downloaded on 11/1/03
    from
    BEA site ). I use its xmlbean.jar and it works fine. I did not use its
    "scomp"
    utility until today ( I used BEA's on-line compiler and it worked just
    great ).
    When I tried to use the stand alone "scomp" , I've got into trouble.
    Here is the
    trace of the error I receive for all schemas including the example schema
    ( I
    have followed the instructions described in the attached README file
    for the environment
    configuration) :
    C:\WSAD_Workspaces\dc_xml_beans\xml_to_java\test>scomp -out myeasypo.jar
    C:\XMLBeanToolkit\xkit\schemas\easypo
    Loading schema file C:\XMLBeanToolkit\xkit\schemas\easypo\easypo.xsd
    Loading config file C:\XMLBeanToolkit\xkit\schemas\easypo\easypo.xsdconfig
    Time to build schema type system: 1.297 seconds
    java.io.IOException: CreateProcess: "C:\Program Files\Java\j2re1.4.1_05\..\bin\javac.exe"
    -J-Xmx256M @C:\DOCUME~1\a337335\LOCALS~1\Temp\javac31952 error=3
    null
    java.io.IOException: CreateProcess: "C:\Program Files\Java\j2re1.4.1_05\..\bin\javac.exe"
    -J-Xmx256M @C:\DOCUME~1\a337335\LOCALS~1\Temp\javac31952 error=3
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:67)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:491)
    at java.lang.Runtime.exec(Runtime.java:457)
    at com.bea.xbean.tool.CodeGenUtil.externalCompile(CodeGenUtil.java:167)
    at com.bea.xbean.tool.SchemaCodeGenerator.compileTypeSystem(SchemaCodeGenerator.java:178)
    at com.bea.xbean.tool.SchemaCompiler.compileImpl(SchemaCompiler.java:547)
    at com.bea.xbean.tool.SchemaCompiler.main(SchemaCompiler.java:141)
    BUILD FAILED
    Please, help me to find what is wrong here !!!
    Thank you,
    - Michael P.

  • I continually get a Java error. I've uninstalled and reinstalled firefox and nothing has helped. I've updated flash and Java.

    I have used Firefox as my default browser for many years. I've recently started getting a Java error message. It pops up continually. I have updated flash and java. I have uninstalled and re-installed Firefox and nothing has helped. I have had to start using Chrome instead of Firefox which I don't care for but I don't have the java error with Chrome. How do I fix this problem? The error reads as follows:
    Java Script Application
    Error: syntax error

    Your '''JavaScript''' error has nothing to do with the Java plugin . It is likely caused by an added extension (the earlier forum threads [/questions/944619] and [/questions/943088] mention disabling or updating the Social Fixer extension will resolve the problem).
    You can read this article for help troubleshooting your extensions: [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • B575: Microsoft Visual C++ Runtime Library Error on Startup? Please Help!

    This came out of the blue, I just started up my laptop and out of no where my Windows 7 Ultimate transperancy graphics are gone and I can't connect to the internet! I get this message on startup saying 'Microsoft Visual C++ Runtime Library Error', for controlhandler.cpp and I have no clue what it is! I tried a clean boot and safemode boot, and it is the same thing! Please help
    Solved!
    Go to Solution.

    hi ironmax,
    As a last resort, you can:
    1. Press the One Key Recovery button to restore the unit from factory settings or
    2. Create a recovery disc and use this disc to restore the system from factory
    Note:
    Backup important before doing a factory reset
    Regards,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • JAVA ERROR after safari update today 7/21/11 HELP PLZ!!!

    Hello after installing the safari update today, after restarting or turning on my macbook pro i get this error about java. My java has also been running really slow, after it. Can anyone help me find a way to take it off and fix this java error?
    [IMG]http://i436.photobucket.com/albums/qq90/IJoNaN/Screenshot2011-07-21at113050PM.pn g[/IMG]
    plz look at the picture to get a better understanding of the error i get thank you.
    http://i436.photobucket.com/albums/qq90/IJoNaN/Screenshot2011-07-21at113050PM.pn g

    Hello after installing the safari update today, after restarting or turning on my macbook pro i get this error about java. My java has also been running really slow, after it. Can anyone help me find a way to take it off and fix this java error?
    [IMG]http://i436.photobucket.com/albums/qq90/IJoNaN/Screenshot2011-07-21at113050PM.pn g[/IMG]
    plz look at the picture to get a better understanding of the error i get thank you.
    http://i436.photobucket.com/albums/qq90/IJoNaN/Screenshot2011-07-21at113050PM.pn g

  • Java error in Oracle Help Demo

    Hi,
    I'm trying to get the Oracle help demo to work on a weblogic server (version 10.2.3) but I get a Java error when when I attempt to navigate to the test page at http://server:port/ohw-rcf-demo
    I've checked the dependencies for the thin demo and the weblogic server I'm using has them.
    I get the same error if I try the thick demo.
    Log entry below
    Server Name: WLS_FORMS
    Log Name: ServerLog
    Message: [ServletContext@8383527[app:ohw-rcf-demo-thin module:ohw-rcf-demo path:/ohw-rcf-demo spec-version:2.5]] Servlet failed with Exception java.lang.RuntimeException: Cannot find FacesContext at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1855) at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1672) at jsp_servlet._helppages.__main_jspx._jspService(__main_jspx.java:78) at weblogic.servlet.jsp.JspBase.service(JspBase.java:34) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Date: Mar 4, 2010 8:30:09 AM EST
    Subsystem: HTTP
    Message ID: BEA-101020
    Severity: Error
    Machine: niringa04-z012
    Server: WLS_FORMS
    Thread: [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'
    User ID: <WLS Kernel>
    Transaction ID: (No value specified)
    Context ID: (No value specified)
    Detail: [ServletContext@8383527[app:ohw-rcf-demo-thin module:ohw-rcf-demo path:/ohw-rcf-demo spec-version:2.5]] Servlet failed with Exception
    Cause: An unexpected error occurred.
    Action: Check the exception for exact error message.
    Thanks, Tony

    Re-install fixed this

  • Java Runtime Environment Error - Note Pads On Desktop

    I have gotten three note pads on my desktop last week time: Wed Apr 29 08:32:02 2009, time: Thu Apr 30 08:42:51 2009, Sat May 02 09:43:38 2009.
    I am wondering why I got three note pads on my desktop telling me about Java Runtime Environment Error.
    Is this how Java Runtime Environment Error lets you know there is a problem. When a window pops up saying there is a Java Runtime Environment Error problem I normally send it.
    Nothing every happens when I send Java Runtime Environment Error. How can this problem be fixed.
    And why am getting Java Runtime Environment Error on my desktop. The second & third Java Runtime Environment Error cant fit in this post because of Maximum allowed is 7500 only. And I had to remove the bootom part of the first Java Runtime Environment Error just to make it fit.
    If you need me to I could Post the other two Java Runtime Environment Error.
    Here is the first Java Runtime Environment Error with time: Wed Apr 29 08:32:02 2009
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d768be5, pid=3664, tid=3636
    # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode windows-x86)
    # Problematic frame:
    # C 0x6d768be5
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x1b271400): JavaThread "thread applet-vmain.class" [_thread_in_native, id=3636, stack(0x1bb10000,0x1bc10000)]
    siginfo: ExceptionCode=0xc0000005, writing address 0x52341000
    Registers:
    EAX=0x00000005, EBX=0x00000005, ECX=0x52341000, EDX=0x000000aa
    ESP=0x1bc0e7f0, EBP=0x1bc0e80c, ESI=0x52ae25d0, EDI=0x52340490
    EIP=0x6d768be5, EFLAGS=0x00010283
    Top of Stack: (sp=0x1bc0e7f0)
    0x1bc0e7f0: 00000000 52ae25d0 1b2714f4 00000003
    0x1bc0e800: 00000000 0000007a 05c0e838 1bc0e838
    0x1bc0e810: 6d76923e 00000000 52ae25d0 6d76929a
    0x1bc0e820: 6d762730 00000000 00000000 1b271400
    0x1bc0e830: 38d78dc8 38d78dc8 1bc0e888 24a1a2f2
    0x1bc0e840: 1b2714f4 1bc0e8a4 00000000 00000000
    0x1bc0e850: 00000000 38d79459 1bc0e8a4 1bc0e860
    0x1bc0e860: 1b271405 326f9ef8 1bc0e860 38d78dc8
    Instructions: (pc=0x6d768be5)
    0x6d768bd5: 49 88 5d ff 8d 3c cf 7e 1a 8b cf eb 03 8a 5d ff
    0x6d768be5: 88 19 8b 5d f8 ff 45 f8 89 59 08 83 c1 18 39 55
    Stack: [0x1bb10000,0x1bc10000], sp=0x1bc0e7f0, free space=1017k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x6d768be5
    C 0x6d76923e
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x04efe400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2992, stack(0x1f2e0000,0x1f3e0000)]
    0x04efcc00 JavaThread "Thread-11" [_thread_blocked, id=2376, stack(0x1b910000,0x1ba10000)]
    =>0x1b271400 JavaThread "thread applet-vmain.class" [_thread_in_native, id=3636, stack(0x1bb10000,0x1bc10000)]
    0x1b265800 JavaThread "AWT-EventQueue-3" [_thread_blocked, id=2692, stack(0x1ba10000,0x1bb10000)]
    0x1b228400 JavaThread "Thread-7" [_thread_in_native, id=1336, stack(0x1b810000,0x1b910000)]
    0x1b25c000 JavaThread "thread applet-vmain.class" [_thread_blocked, id=2600, stack(0x1b710000,0x1b810000)]
    0x1813c400 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=188, stack(0x1b110000,0x1b210000)]
    0x180e3800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1592, stack(0x1b010000,0x1b110000)]
    0x18039400 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=1656, stack(0x1aaf0000,0x1abf0000)]
    0x18045400 JavaThread "CacheMemoryCleanUpThread" [_thread_blocked, id=3456, stack(0x1a8e0000,0x1a9e0000)]
    0x18040000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3620, stack(0x19ab0000,0x19bb0000)]
    0x18036400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1416, stack(0x199b0000,0x19ab0000)]
    0x1803a400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3248, stack(0x18440000,0x18540000)]
    0x04eaf800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1728, stack(0x17de0000,0x17ee0000)]
    0x04eb1000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3476, stack(0x17b50000,0x17c50000)]
    0x04ec5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=1596, stack(0x17a00000,0x17b00000)]
    0x04ec6c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2832, stack(0x17900000,0x17a00000)]
    0x04e97800 JavaThread "Finalizer" daemon [_thread_blocked, id=1868, stack(0x17800000,0x17900000)]
    0x04ede000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4016, stack(0x17700000,0x17800000)]
    0x04eb5c00 JavaThread "main" [_thread_in_native, id=2332, stack(0x0e8b0000,0x0e9b0000)]
    Other Threads:
    0x04ebec00 VMThread [stack: 0x13320000,0x13420000] [id=1320]
    0x04eb4000 WatcherThread [stack: 0x17ee0000,0x17fe0000] [id=1908]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 6848K, used 1795K [0x32540000, 0x32ca0000, 0x32ca0000)
    eden space 6144K, 29% used [0x32540000, 0x32700ca0, 0x32b40000)
    from space 704K, 0% used [0x32bf0000, 0x32bf0090, 0x32ca0000)
    to space 704K, 0% used [0x32b40000, 0x32b40000, 0x32bf0000)
    tenured generation total 90752K, used 82522K [0x32ca0000, 0x38540000, 0x38540000)
    the space 90752K, 90% used [0x32ca0000, 0x37d36858, 0x37d36a00, 0x38540000)
    compacting perm gen total 12288K, used 8443K [0x38540000, 0x39140000, 0x3c540000)
    the space 12288K, 68% used [0x38540000, 0x38d7ee28, 0x38d7f000, 0x39140000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0049c000      C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b2000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll

    I encountered same error one time, and I tried to update my java application and nothing happens. So I re install the application and it works fine. Application sometimes can get corrupted so it needs repair.
    [back pain relief|http://topbackpainrelieftips.com]

  • Hi plZ help me to fix the error to my Blackberry 9300 Uncaught exception: java.lang.​NullPointe​rException

    ;   hi good plzz do help me to fix the error to my bb9300 i just update my bb9300 the the i see 
    error b    Uncaught exception: java.lang.NullPointerException    anyone here can help me to fix i appreciate

    I am guessing that you are not a Java developer, and it is not your application that is causing the Null Pointer Exception. 
    It sounds like you have updated the OS on your Blackberry device and one of the applications that you have installed is not coping with the upgrade.  
    If you press on an application icon and then that causes the error, then you know there is a problem with that application and so you need to report this to the developers of that application and get an updated version. 
    If this is happening when you restart your device, then it appears that one of the installed applications is failing at start up time and so it is not obvious which application.  So you need to see which of your applications doesn't appear to be providing all the functions it used to, and it would be a good guess that it is that application that is causing the problem.  Again you need to go back to the developer to get an update. 
    Let us know if that does not help.
    Also you have posted in the Java developer forum.  If this really is not your program causing the problem, then I suggest a better place to post a question relating to the 9300 is in the appropriate device forum here:
    http://supportforums.blackberry.com/t5/BlackBerry-​Curve/bd-p/Curve

  • Java errors in pogo please help

    hi my name is bugsy i love playing pogo but it says i have a java error im not good on computors i dont know how to download so make it as simple as possible.
    thank you

    Well, Daffy, I'm afraid you're in the wrong place for help with Pogo. I have no idea what it is, nor how to help you.
    This forum is for Sun Java Messaging Server. That's actually not Java at all. If I were having problems with Pogo, I'd start with the people that support that.

  • Hello! help me, please! while exporting video i faced an Unknown error compiling movie

    while exporting video i faced an Unknown error compiling movie. the problen somewhere in the biginning of the video. the sistem automatically chooses user's type of export and cuts the beginning(

    Error Compiling Movie... some past discussions and ideas
    -http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-rendering-or.html
    -http://helpx.adobe.com/premiere-elements/kb/error-error-compiling-movie-render.html
    -and nested sequences http://forums.adobe.com/thread/955172
    -and WMV files frame rate http://forums.adobe.com/message/4629210

  • Facing runtime error when i insatlled my web cam driver ..... how to fix it

    How do I fix a Microsoft Visual C++ runtime library error? 
    my web cam is diver free but months before i attached it in laptop usb and from that day it stops working only its microphone is in working but camera is not skype says can not find any web cam ....but before when ever it attached to any pc laptop or mac it
    says "A4tech usb 2.0 camera" but now it says
    "vimicro usb 2.0 camera venus" n it doesnt work at all .... i installed its driver .. software .. but when i open its software IM MAGICIAN it gives run time error and same with skype
    .... how can i fix it?

    Hi,
    Might we take a try with the Fix it tool?
    Automatically diagnose and fix Skype audio and webcam issues
    Best regards
    Michael Shao
    TechNet Community Support

  • Logging java errors to a text file, please help.

    Could someone please advise how to log java errors to a text file?
    I know from Window you can do to "ANY COMMAND > C:\log.txt and the output will send to the log.txt text file.
    However, how do you log errors when you run java filename? Wish I could just copy and paste from my Window command prompt screen.
    I am just trying to post the errors I receive to the forum.
    Thanks,

    user_s8721301 wrote:
    ..Wish I could just copy and paste from my Window command prompt screen.(from memory) Drag the mouse diagonally across the text in the DOS prompt, then hit 'enter'. The selected text should be on the clipboard, ready to paste.

  • Personal ID Java Error

    Java error in ESS for Personal ID and Family members/ iview  
    Posted: Jan 12, 2009 1:04 PM       E-mail this message      Reply 
    Hi Experts,
    In ESS i am facing one problem in Personal ID iview.
    I am able to create a record through ESS. but when I click on "EDIT/DELETE" button in Overview screen of ESS system showing error message as below.
    Please suggest me on the same
    This service is for Singapore. and we are on ECC 6.0, EP7.0
    Note: Same error message is shown for IT0021 Family memembers/Dependents Data iview also
    500 Internal Server Error
    SAP NetWeaver Application Server 7.00/Java AS 7.00
    Failed to process request. Please contact your system administrator.
    Hide
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
    java.lang.IndexOutOfBoundsException: Index: 2, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:507)
    at java.util.ArrayList.get(ArrayList.java:324)
    at com.sap.tc.webdynpro.progmodel.context.Node$ElementList.getElement(Node.java:2034)
    at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:621)
    at com.sap.tc.webdynpro.progmodel.context.Node.getElementAt(Node.java:628)
    ... 64 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type
    HTML Client
    User agent
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Version
    null
    DOM version
    null
    Client Type
    msie6
    Client Type Profile
    ie6
    ActiveX
    enabled
    Cookies
    enabled
    Frames
    enabled
    Java Applets
    enabled
    JavaScript
    enabled
    Tables
    enabled
    VB Script
    enabled
    Server
    Web Dynpro Runtime
    Vendor: SAP, build ID: 7.0017.20081009134733.0000 (release=NW04S_17_REL, buildtime=2008-11-03:07:38:44UTC, changelist=48644, host=pwdfm114), build date: Sat Nov 08 00:34:28 GMT+08:00 2008
    J2EE Engine
    7.00 patchlevel 48199.450
    Java VM
    Java HotSpot(TM) 64-Bit Server VM, version:1.4.2_17-b06, vendor: Sun Microsystems Inc.
    Operating system
    Windows 2003, version: 5.2, architecture: amd64
    Session & Other
    Session Locale
    en
    Time of Failure
    Fri Jan 02 16:31:41 GMT+08:00 2009 (Java Time: 1230885101049)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore
    7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:31UTC, changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates
    7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:37UTC, changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore
    7.0017.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:48:53UTC, changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer
    7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:06UTC, changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon
    7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:40UTC, changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore
    7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:34UTC, changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary
    7.0017.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:58:48UTC, changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro
    7.0017.20080801093120.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:03:59UTC, changelist=495368, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates
    7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41UTC, changelist=499141, host=pwdfm101)
    SapWebDynproGenerationCore
    7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:12UTC, changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates
    7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41UTC, changelist=499141, host=pwdfm101)
    sap.com/tcwddispwda
    No information available
    null
    sap.com/pb_api
    SapDictionaryGenerationCore
    7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:31UTC, changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates
    7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:37UTC, changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore
    7.0017.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:48:53UTC, changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer
    7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:06UTC, changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon
    7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:40UTC, changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore
    7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:34UTC, changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary
    7.0017.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:58:48UTC, changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro
    7.0017.20080801093120.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:03:59UTC, changelist=495368, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates
    7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41UTC, changelist=499141, host=pwdfm101)
    SapWebDynproGenerationCore
    7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:12UTC, changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates
    7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41UTC, changelist=499141, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available
    null
    Detailed Error Information
    Detailed Exception Chain
    java.lang.IndexOutOfBoundsException: Index: 2, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:507)
    at java.util.ArrayList.get(ArrayList.java:324)
    at com.sap.tc.webdynpro.progmodel.context.Node$ElementList.getElement(Node.java:2034)
    at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:621)
    at com.sap.tc.webdynpro.progmodel.context.Node.getElementAt(Node.java:628)
    at com.sap.xss.per.fc.persinfo.FcPersInfo.getSubtypevalue(FcPersInfo.java:2199)
    at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.getSubtypevalue(InternalFcPersInfo.java:953)
    at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.getSubtypevalue(FcPersInfoInterface.java:388)
    at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.getSubtypevalue(InternalFcPersInfoInterface.java:357)
    at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.getSubtypevalue(InternalFcPersInfoInterface.java:581)
    at com.sap.xss.hr.per.sg.family.overview.VcPerFamilySgOverview.onEvent(VcPerFamilySgOverview.java:208)
    at com.sap.xss.hr.per.sg.family.overview.wdp.InternalVcPerFamilySgOverview.onEvent(InternalVcPerFamilySgOverview.java:287)
    at com.sap.xss.hr.per.sg.family.overview.VcPerFamilySgOverviewInterface.onEvent(VcPerFamilySgOverviewInterface.java:115)
    at com.sap.xss.hr.per.sg.family.overview.wdp.InternalVcPerFamilySgOverviewInterface.onEvent(InternalVcPerFamilySgOverviewInterface.java:124)
    at com.sap.xss.hr.per.sg.family.overview.wdp.InternalVcPerFamilySgOverviewInterface$External.onEventhi
    (InternalVcPerFamilySgOverviewInterface.java:200)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:534)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMComponent.java:78)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseEvent(FPMComponent.java:938)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseEvent(FPMComponent.java:1101)
    at com.sap.xss.hr.per.sg.family.overview.VcPerFamilySgOverview.edit(VcPerFamilySgOverview.java:251)
    at com.sap.xss.hr.per.sg.family.overview.wdp.InternalVcPerFamilySgOverview.edit(InternalVcPerFamilySgOverview.java:299)
    at com.sap.xss.hr.per.sg.family.overview.BizCardsView.onActionEdit(BizCardsView.java:175)
    at com.sap.xss.hr.per.sg.family.overview.wdp.InternalBizCardsView.wdInvokeEventHandler(InternalBizCardsView.java:241)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
    at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1299)
    at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Regds,
    Bharghava.K

    Hi Bharghava. K,
    Did this help resolve the IT0021 Family memembers/Dependents Data iview also ? Based on your thread (Java error in ESS for Personal ID and Family members/ iview)
    Thanks,
    Sam

  • Java-error when using ESS

    hi,
    i have installed ESS service package 1.0.
    when i do a preview of a iview of ESS i got a java-error. i am new to the portal and to java, so i don't understand the error. Can YOU help me out ?
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to load page
         at java.lang.Throwable.<init>(Throwable.java:179)
         at java.lang.Exception.<init>(Exception.java:29)
         at java.lang.RuntimeException.<init>(RuntimeException.java:32)
         at com.sap.exception.BaseRuntimeException.<init>(BaseRuntimeException.java:128)
         at com.sap.tc.webdynpro.services.exceptions.WDRuntimeException.<init>(WDRuntimeException.java:55)
         at com.sap.tc.webdynpro.services.exceptions.WDRuntimeException.<init>(WDRuntimeException.java:34)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:527)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:191)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:748)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:283)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:332)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:0)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:336)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:868)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:250)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:0)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:92)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:99)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: javax.naming.NamingException: Failed to lookup External Link for: portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.at/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr [Root exception is com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed to lookup External Link for: portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.at/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr]
         at java.lang.Throwable.<init>(Throwable.java:194)
         at java.lang.Exception.<init>(Exception.java:41)
         at javax.naming.NamingException.<init>(NamingException.java:99)
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:47)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:700)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:629)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:65)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:234)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sap.portal.pb.data.PcdManager.doInit(PcdManager.java:72)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:525)
         ... 30 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed to lookup External Link for: portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.at/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr
         at java.lang.Throwable.<init>(Throwable.java:194)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.lang.RuntimeException.<init>(RuntimeException.java:43)
         at com.sapportals.portal.prt.runtime.PortalRuntimeException.<init>(PortalRuntimeException.java:57)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:324)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getAttrSetLayersList(AdminBaseiView.java:190)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:133)
         at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:524)
         at com.sapportals.portal.ivs.iviews.IviewServiceObjectFactory.getObjectInstance(IviewServiceObjectFactory.java:121)
         at com.sapportals.portal.prt.jndisupport.DirectoryManager.getObjectInstance(DirectoryManager.java:35)
         ... 38 more

    Dear Martin,
    It may be just an authorization message to objects that doesn't need to be accessed at runtime and in this case I would suggest you to test assigning all authorizations needed at least once for isolating
    purpose.
    You can also apply the latest patch for "EP-PSERV" component which will ensure you do have all fixes for known issues in your support package level.
    Hope the above information should be helpful.
    Best Regards,
    Deepak..

Maybe you are looking for