JDeveloper integration
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
JDeveloper integration  XML
Forum Index -> Tools
Author Message
E.Fil

Joined: 20/04/2006 00:00:00
Messages: 4
Offline


Hello,
I'm using JDeveloper and when I tried to install the ICEfaces integration tool. The instalation went fine, apparently, but I get missing files when I try to run the address source code from inside jdev.
The missing files are:
- oracle.jsp.el
- javax.servlet.jsp.el
Also, comparing the entries on the "Manage Libraries" option with the list presented in the help file I'm also missing 3 files:
- commons-el.jar
- jstl.jar
- standard.jar
How do I correct this?


Message was edited by: E.Fil
frank.ye

Joined: 26/10/2004 00:00:00
Messages: 709
Offline


Import War File into JDeveloper

Running address.war in JDeveloper from Community of ICEfaces.

JDeveloper highligh application folder--> create a new project --> From JDeveloper Menu --> File --> import --> select WAR file option.

The required jar files are inside the war file.

Right click on the index.jsp page --> click run on context menu.

Enjoy
[Email]
E.Fil

Joined: 20/04/2006 00:00:00
Messages: 4
Offline


I was able to run the page by doing that, but in ie all I get is:
500 Internal Server Error
java.io.FileNotFoundException

Another thing, wasn't a new category (just for ajax components) suposed to show up in the component palete?
frank.ye

Joined: 26/10/2004 00:00:00
Messages: 709
Offline


Could you attach a full stack trace of the exception?
Also try to create a new project and import the war file?

I just tried with JDeveloper 10.1.3.0.4. It seems work fine on linux and windows.

Current Tool integration with JDeveloper does not have visual design enabled.

Let us know if you need further help...

You could send your example to
product.support@icesoft.com

if the file is too large.

regards,

Frank
[Email]
E.Fil

Joined: 20/04/2006 00:00:00
Messages: 4
Offline


This is everything that shows up on ie:

500 Internal Server Error
java.io.FileNotFoundException at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:473) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230) at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595)

I also tried to deploy the war file on tomcat 5 and it worked.
frank.ye

Joined: 26/10/2004 00:00:00
Messages: 709
Offline


Could you pass the log for oc4j or the message showing in the console within JDeveloper.

The error message in IE Browser does not always means what is says.

regards,

Frank
[Email]
E.Fil

Joined: 20/04/2006 00:00:00
Messages: 4
Offline


This the entire oc4j log from running index.jsp:

[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
**** Unable to obtain password from principals.xml. Using default.
C:\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config>
C:\jdevstudio1013\jdk\bin\javaw.exe -ojvm -classpath C:\jdevstudio1013\j2ee\home\oc4j.jar;C:\jdevstudio1013\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 38590 ms.

Target URL -- http://192.168.20.65:8988/Application1-Project1-context-root/jar%3Afile%3A/C%3A/jdevstudio1013/ICEfaces-Community-1%5B1%5D.0.0-Beta/ICEfaces-Community-1.0.0-Beta/samples/address.war%21/index.jsp
06/04/26 13:39:28 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
 
Forum Index -> Tools
Go to:   
Powered by JForum 2.1.7ice © JForum Team