• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Install WebLogic as NT service

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed Weblogic6.0 and my domain as NT service .I am getting this error with jsp's.
according to documentation if java\bin path is added as extra path it will work
-extrapath:"C:\bea\wlserver6.0\bin;C:\bea\jdk130\bin"
I don't get this error when started thru command line
http://edocs.bea.com/wls/docs60/install/instprg.html#1040121
did anybody faced this error.Waiting for reply.
Thanks
Raj
***************
Full compiler error(s):
java.io.IOException: CreateProcess: javac -classpath
D:\bea\wlserver6.0\config\SBM35\applications\SBM;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\ant.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\l ib\BizIntegrator.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\BizManage.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\BizMobile.jar;D:\be a\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\BizPulse.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\BizSite.jar;D:\bea\wlserver6.0\.\config\SBM35\ applications\SBM\WEB-INF\lib\BizSolo.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\BizStore.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\ blwrapper-wl60.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\bpwrapper-wl60.jar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\bswrapper-wl60.j ar;D:\bea\wlserver6.0\.\config\SBM35\applications\SBM\WEB-INF\lib\classes12_01.jar;D:\bea\wlD
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:144)
at weblogic.utils.Executable.exec(Executable.java:108)
at
weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:555)
 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are you setting the -javahome option
[ April 11, 2002: Message edited by: Steve Chernyak ]
 
Been there. Done that. Went back for more. But this time, I took this tiny ad with me:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic