cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Issue adding remote Instances in Br tools Studio.....

Former Member
0 Kudos

Hai,

Br tools studio is Installed successfully and able to login to the server, but when trying to add remote Instance it ends up with the below NullPointerException.

We have used ocj4 according to the SAP Note 1224432, also not using https (as per )

Please let me know is there any work around possible.

java.lang.NullPointerException at frames.server._landscape._instances._create._edit_2d_001._frame_2d_000._jspService(_frame_2d_000.java:59) [SRC:/frames/server/landscape/instances/create/edit-001/frame-000.jsp:19] at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Thread.java:810)

Regards,

Yoganand.V

Edited by: Yoganand Vedagiri on Dec 30, 2008 1:30 PM

Edited by: Yoganand Vedagiri on Dec 30, 2008 1:33 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

There are quite a few threads on this forum dealing with this error, just put "BR*Tools Studio" in the search field to get to them. However, the main conclusion from them seems that it is an intermittent error the cause of which is not yet known. Do you always have the error or does it sometimes work, e.g. after restarting the application.

Regards,

Mark

Former Member
0 Kudos

Hai,

I have checked the Forum before posting this question, there were questions but no answers.

I landup in this error always, no Improvment.

Regards,

Yoganand.V

Former Member
0 Kudos

Hi,

To avoid this error, Just install JDK 6.0 and OC4J 9.0.4.1.0

Try accessing thru web.

If you get an error on accessing javac.exe file, then do the following changes...

go to the home directory of brtools studio, --> config ---> Edit the file server.xml

add this line as per below, save and then try to access thru web.

<global-application name="global" path="application.xml"/>

*<java-compiler name="javac" bindir="<JAVA_HOME>\jdk1.6.0\bin"/> *

<global-web-app-config path="global-web-application.xml"/>

This should solve your problem.

Let me know if you have any issue.

Regards,

Iyyappan MR