• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

problem with weblogic 7.0

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i just install weblogic 7.0 after start
When i call http://localhost:7001/index.jsp it gives run time error like, Compilation of 'C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_1987757\jsp_servlet\__index.java' failed.
when i just write simple hellow.jsp it gives same error so any body have a solution
 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It might be because you don't have JAVA_HOME\bin set in your path.
I ran into this problem after installing 6.1 as a service.
Hope this fixes it.
Also, if this doesn't fix it, post the error message that it gives you.
SteveC
[ May 16, 2002: Message edited by: Steve Chernyak ]
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I dont think this problem has got anything to do with setting of java_home. If u read the posting of Nandkishore u will find that compiler has generated some errors..so the compiler(javac ) has been found..
BTW , Nandkishore r u able to open the admin console?

Originally posted by Steve Chernyak:
It might be because you don't have JAVA_HOME\bin set in your path.
I ran into this problem after installing 6.1 as a service.
Hope this fixes it.
Also, if this doesn't fix it, post the error message that it gives you.
SteveC
[ May 16, 2002: Message edited by: Steve Chernyak ]

 
Nandkishore Dhilde
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes i am able to open admin console the only problem with jsp compilation
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Better paste
'C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_1987757\jsp_servlet\__index.java' here or the index.jsp file here.
[ December 26, 2003: Message edited by: Pradeep Bhat ]
 
Nandkishore Dhilde
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Index.jsp file is in following dir
C:\bea\user_projects\mydomain\applications\DefaultWebApp\Index.jsp
and when i call it gives following errorCompilation of 'C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_6588870\jsp_servlet\__index.java' failed:
--------------------------------------------------------------------------------
C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_6588870\jsp_servlet\__index.java error=3
--------------------------------------------------------------------------------
Full compiler error(s):
java.io.IOException: CreateProcess: /bin/javac -classpath C:\bea\user_projects\mydomain\applications\DefaultWebApp\WEB-INF\classes;C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_6588870;C:\bea\jdk131_02\jre\lib\rt.jar;C:\bea\jdk131_02\jre\lib\i18n.jar;C:\bea\jdk131_02\jre\lib\sunrsasign.jar;C:\bea\jdk131_02\jre\classes;C:\bea\jdk131_02\lib\tools.jar;C:\bea\weblogic700\server\lib\weblogic_sp.jar;C:\bea\weblogic700\server\lib\weblogic.jar;\lib\tools.jar;C:\bea\weblogic700\samples\server\eval\pointbase\lib\pbserver42ECF172 .jar;C:\bea\weblogic700\samples\server\eval\pointbase\lib\pbclient42ECF172.jar;C:\bea\user_projects\mydomain\clientclasses;C:\bea\user_projects\mydomain\serverclasses -d C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_6588870 C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_6588870\jsp_servlet\__index.java error=3
at java.lang.Win32Process.create(Native Method)
at java.lang.Win32Process.<init>(Win32Process.java:66)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:551)
at java.lang.Runtime.exec(Runtime.java:477)
at java.lang.Runtime.exec(Runtime.java:443)
at weblogic.utils.Executable.exec(Executable.java:208)
at weblogic.utils.Executable.exec(Executable.java:133)
at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:545)
at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:406)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:206)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:160)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:447)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:287)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:376)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5363)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
--------------------------------------------------------------------------------
Mon May 20 11:27:31 IST 2002
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Similar problem noticed
Compilation of 'C:\bea7\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_4386534\jsp_servlet\__index.java' failed:
--------------------------------------------------------------------------------
C:\bea7\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_4386534\jsp_servlet\__index.java error=3
--------------------------------------------------------------------------------
Full compiler error(s):
java.io.IOException: CreateProcess: /bin/javac -classpath C:\bea7\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_4386534;C:\bea7\jdk131_02\jre\lib\rt.jar;C:\bea7\jdk131_02\jre\lib\i18n.jar;C:\bea7\jdk131_02\jre\lib\sunrsasign.jar;C:\bea7\jdk131_02\jre\classes;C:\bea7\jdk131_02\lib\tools.jar;C:\bea7\weblogic700\server\lib\weblogic_sp.jar;C:\bea7\weblogic700\server\lib\weblogic.jar;\lib\tools.jar;C:\bea7\weblogic700\samples\server\eval\pointbase\lib\pbserver42ECF172.jar;C:\bea7\weblogic700\samples\server\eval\pointbase\lib\pbcli ent42ECF172.jar;C:\bea7\user_projects\mydomain\clientclasses;C:\bea7\user_projects\mydomain\serverclasses -d C:\bea7\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_4386534 C:\bea7\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_4386534\jsp_servlet\__index.java error=3
at java.lang.Win32Process.create(Native Method)
at java.lang.Win32Process.<init>(Win32Process.java:66)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:551)
at java.lang.Runtime.exec(Runtime.java:477)
at java.lang.Runtime.exec(Runtime.java:443)
at weblogic.utils.Executable.exec(Executable.java:208)
at weblogic.utils.Executable.exec(Executable.java:133)
at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:545)
at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:406)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:206)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:160)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:447)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:287)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:376)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5363)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
 
Rahul Mahindrakar
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
strange but we need to use the scripts from
F:\bea\weblogic700\samples\server\config\examples
and not from
F:\bea\user_projects\mydomain
I do not understand why two sample projects are available and why one works and the other causes a hella of problems
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nandkishore Dhilde:
i just install weblogic 7.0 after start
When i call http://localhost:7001/index.jsp it gives run time error like, Compilation of 'C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_1987757\jsp_servlet\__index.java' failed.
when i just write simple hellow.jsp it gives same error so any body have a solution

 
Krishna Balanagu
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nandkishore!
Have resolved this problem? If so could you please let me know... I am also facing the same issue..
regards,
krishna
(krishna@readytestgo.com)

Originally posted by Nandkishore Dhilde:
i just install weblogic 7.0 after start
When i call http://localhost:7001/index.jsp it gives run time error like, Compilation of 'C:\bea\user_projects\mydomain\myserver\.wlnotdelete\DefaultWebApp_DefaultWebApp_1987757\jsp_servlet\__index.java' failed.
when i just write simple hellow.jsp it gives same error so any body have a solution

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Compilation of 'C:\bea\weblogic700\samples\workshop\cgServer\.wlnotdelete\_appsdir_jsp_dir_jsp_8085884\jsp_servlet\__beans.java' failed:
i am getting this error. can some one help me with this.
 
when your children are suffering from your punishment, tell your them it will help them write good poetry when they are older. Like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic