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

a easy question about resin please help me

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use windows2000 professional resin-ee-2.1.6
jsdk1.4
when I start resin the httpd.exe shows
javax.management.MalformedObjectNameException :
objectName:Invalid value->urn:caucho/ROOT
at javax.management.ObjectName.<init><ObjectName.java:186>
at com.caucho.jmx.MBeanServerFactoryImpl.addMBeanServer<MBeanServerFactoryImpl.java:110>
at
com.caucho.server.http.ResinServer.init<ResinServer.java:285>
at
com.caucho.server.http.ResinServer.main<ResinServer.java:1137>
at com.caucho.server.http.HttpServer.main<HttpServer.java:103>
what's wrong with it?
please help, thanks
[ November 13, 2002: Message edited by: David Liu ]
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think there a mistake in httpd.exe,so I use CMD to run resin
java -classpath ../lib/resin.jar;../lib/jsdk23.jar;../lib/jmx.jar;%CLASSPATH% com.caucho.server.http.ResinServer -conf ../conf/resin.conf
 
Haifeng Wang
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any easy way:
download a 1.2 version resin,replace the httpd.exe
 
On top of spaghetti all covered in cheese, there was this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic