Thread: 10.1.3.1 first crash after migration


Permlink Replies: 9 - Pages: 1 - Last Post: Oct 21, 2006 11:21 PM Last Post By: Steve Muench
micwic

Posts: 1,130
Registered: 01/19/00
10.1.3.1 first crash after migration
Posted: Oct 19, 2006 11:34 AM
Click to report abuse...   Click to reply to this thread Reply
I migrate my development project to 10.1.3.1.0 and got this error during execution after rebuilding all the project.

java.lang.NoSuchMethodError: oracle.adf.view.faces.context.AdfFacesContextFactory.createContext(Ljava/lang/Object;Ljava/lang/Object;)Loracle/adf/view/faces/context/AdfFacesContext;
at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:187)
at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:106)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.1.0) .util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
at java.lang.Thread.run(Thread.java:595)
Didier Laurent

Posts: 611
Registered: 01/10/01
Re: 10.1.3.1 first crash after migration
Posted: Oct 19, 2006 11:59 AM   in response to: micwic in response to: micwic
Click to report abuse...   Click to reply to this thread Reply
Could you check if it's not the same problem mentioned in this Forum Thread: ADF Faces; how to see bug fix in 10.1.3.1 (need to manually copy jars?)

Copy the following files to your project directory WEB-INF\lib (take a backup first):

  • jsf-impl.jar from the <JDeveloper_Home>/jsf-ri directory
  • adf-faces
    -impl.jar
    from the <JDeveloper_Home>/jlib directory

and see if you get the same error
micwic

Posts: 1,130
Registered: 01/19/00
Re: 10.1.3.1 first crash after migration
Posted: Oct 19, 2006 12:40 PM   in response to: Didier Laurent in response to: Didier Laurent
Click to report abuse...   Click to reply to this thread Reply
Yes Yes Yes ... i copied the files and the project execute with an another error but nothing to do with this one.

Thanks a lot
micwic

Posts: 1,130
Registered: 01/19/00
Re: 10.1.3.1 first crash after migration
Posted: Oct 19, 2006 12:44 PM   in response to: micwic in response to: micwic
Click to report abuse...   Click to reply to this thread Reply
but bad news ... i rebuild the project and got many many errors from each jsp document for adf faces tag.
micwic

Posts: 1,130
Registered: 01/19/00
Re: 10.1.3.1 first crash after migration
Posted: Oct 19, 2006 1:34 PM   in response to: micwic in response to: micwic
Click to report abuse...   Click to reply to this thread Reply
i created a new web project, redeclared librairies, copied sources files and jsp document in a same directory structure, copied configuration files, rebuild without any errors and executing again ...

I got partially my logon page (form authentification in web.xml) and after be logged got an completely empty page without anything and some code as title for web page.

I returned to check my jsp document and i have seen that the design editor is not able to display them. It display only the tag zone but it not able to interpret it correctly.

I'm a little bit confusing !
micwic

Posts: 1,130
Registered: 01/19/00
Re: 10.1.3.1 first crash after migration
Posted: Oct 19, 2006 2:34 PM   in response to: micwic in response to: micwic
Click to report abuse...   Click to reply to this thread Reply
I think i did a mess and i reinstalled jdeveloper 10.1.3.1 from scratch and reimport my development.

All is working fine exept a little problem, a message appear at the top of jsp document :

Ignorer les éléments de navigation et passer au contenu de la page

I translate it by "ignore navigation element and go to page contents"

I checked my page and all seem correct except the message appear also in the design window.

I created a new jsp document and drop a panel page ... and surprise ... i got the same message too
Didier Laurent

Posts: 611
Registered: 01/10/01
Re: 10.1.3.1 first crash after migration
Posted: Oct 21, 2006 3:07 AM   in response to: micwic in response to: micwic
Click to report abuse...   Click to reply to this thread Reply
Not sure what the error "Ignorer les éléments de navigation et passer au contenu de la page" means. It would be interesting to get the English message, if you can reset the locale of your development machine (in this case, please open a new Forum Thread).

Could you confirm the java.lang.NoSuchMethodError is fixed, after you copied the JAR files? I'm not sure to follow the flow of operations you performed.

Thanks,

Didier.
Jan Vervecken (...

Posts: 1,636
Registered: 10/29/98
Re: 10.1.3.1 first crash after migration
Posted: Oct 21, 2006 1:21 PM   in response to: Didier Laurent in response to: Didier Laurent
Click to report abuse...   Click to reply to this thread Reply
hi
See some related information in this thread:
http://forums.oracle.com/forums/thread.jspa?threadID=436140
regards
Jan Vervecken
micwic

Posts: 1,130
Registered: 01/19/00
Re: 10.1.3.1 first crash after migration
Posted: Oct 21, 2006 2:20 PM   in response to: Jan Vervecken (... in response to: Jan Vervecken (...
Click to report abuse...   Click to reply to this thread Reply
I confirm that the java.lang.NoSuchMethodError is fixed by copying the jar you mentioned in your message.

Regarding the message i got in my web pages I removed the cache tags and the message disappear.
Steve Muench

Posts: 5,881
Registered: 01/10/01
Re: 10.1.3.1 first crash after migration
Posted: Oct 21, 2006 11:21 PM   in response to: micwic in response to: micwic
Click to report abuse...   Click to reply to this thread Reply
I've filed Bug# 5615982 for the issue of not updating the adf-faces-impl.jar file
when migrating from 10.1.3.1 Developer's Preview (Build 3914)
Legend
Guru Guru : 2500 - 1000000 pts
Expert Expert : 1000 - 2499 pts
Pro Pro : 500 - 999 pts
Journeyman Journeyman : 200 - 499 pts
Newbie Newbie : 0 - 199 pts
Oracle ACE Director
Oracle ACE Member
Oracle Employee ACE
Helpful Answer (5 pts)
Correct Answer (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums