suggestions (no guarantee):
-- delete all .ser files
-- recompile everything
-- restart ND server
if that doesn't work,
-- run console with 'advanced' option
commandcenterjdk.bat -advanced (windows)
console -advanced (solaris, probably all unix)
-- click 'CP' green light
-- click 'worker properties' tab
-- uncheck 'use ND class loader'
-- try first suggestions again
The ND class loader sometimes chokes on things, particularly if your
project uses custom classes that are found outside the project directory.
People have reported other problems. The main disadvantage of not using
the ND class loader is that 'clear cache' doesn't work. But it makes no
difference to the functionality of your app.
I'm not sure from the log snippet whether or not you have project
preloading on. In either case, check the log messages when the app is
instantiated, either when the server is restarted, in the case of project
preloading, or when the first page is requested, if it is not. If you see
this sort of error, you are wasting your time if you continue trying to
use/test the app. Initialization failures like this tend to stop
intialization, which means that stuff unrelated to the problem at hand will
also fail simply because it needed something to have been initialized that
was not.
-- Curt Springer, Team ND
At 12:48 PM 6/22/99 -0500, Moganna, Prasad wrote:
>Hi,
>
>I am experiencing a peculiar problem. The proj on which we were working was
>running fine till yesterday
>But today when I run the application, it gives an error saying ----
>
>"Could not connect to the NetDynamics Application Server. Please make sure
>the NetDynamics Application Server
>services are running. "
>
>When I looked thro' the log file, the log file had the following message
>with java.lang.verifyError exception ----
>
>CSpIntrpModel:c:930068072271:w:930068073685:CSpIntrpModel: Ignoring the
>classType=UserModule
>netdyn.services.cp.worker.CNdCPWorkerImpl:c:930068072271:w:930068073685:webE
>ventMessage: error thrown: : Unexpected Exception (java.lang.VerifyError)
>caught. Top of stack: |java.lang.VerifyError
> at java.lang.ClassLoader.resolveClass(Compiled Code)
> at spider.util.CSpClassLoader.loadClass(Compiled Code)
> at spider.util.CSpClassLoader.loadClassWithPackage(Compiled Code)
> at spider.util.CSpClassName.instantiate(Compiled Code)
> at spider.intrp.CSpIntrpModel.createModel(Compiled Code)
> at spider.intrp.CSpIntrpModel.createNodeObject(Compiled Code)
> at spider.intrp.CSpIntrpModel.open(Compiled Code)
> at spider.CSpProject.readPostV40ChildObjects(Compiled Code)
> at spider.CSpProject.readObject(CSpProject.java)
> at spider.intrp.CSpIntrpModel.createNodeObject(Compiled Code)
> at spider.intrp.CSpIntrpModel.open(Compiled Code)
> at spider.intrp.CSpIntrpModel.open(CSpIntrpModel.java)
> at spider.CSpider.instantiateFirstProjectInstance(CSpider.java)
> at spider.CSpider.createAndSetNewProjectInstance(CSpider.java)
> at spider.CSpider.allocateProjectUserContext(CSpider.java)
> at spider.CSpider.allocateProjectUserContext(CSpider.java)
> at spider.CSpider.getProjectUserContext(Compiled Code)
> at spider.CSpider.getProject(Compiled Code)
> at
>spider.control.CSpWebEventProcessor.extractProjectAndPage(CSpWebEventProcess
>or.java)
> at
>spider.control.CSpWebEventProcessor.callThisMethod(CSpWebEventProcessor.java
>)
> at spider.control.CSpWebEventProcessor.run(Compiled Code)
> at
>netdyn.services.cp.worker.CNdCPWorkerImpl.webEventMessage(Compiled Code)
> at
>netdyn.services.cp.stubs._tie_INdCPWorker.webEventMessage(Compiled Code)
> at netdyn.services.cp.stubs._INdCPWorkerImplBase._execute(Compiled
>Code)
> at netdyn.services.cp.stubs._INdCPWorkerImplBase._execute(Compiled
>Code)
> at com.visigenic.vbroker.orb.SkeletonDelegateImpl.execute(Compiled
>Code)
> at com.visigenic.vbroker.orb.GiopProtocolAdapter.doRequest(Compiled
>Code)
> at
>com.visigenic.vbroker.orb.GiopProtocolAdapter.dispatchMessage(Compiled Code)
> at com.visigenic.vbroker.orb.ThreadPoolDispatcher.run(Compiled Code)
> at com.visigenic.vbroker.orb.WorkerThread.run(Compiled Code)
>
>
> The problem is, if the same project is loaded from the version control,
>compiled and run it, it run fines. But if I do any modifications
>to any of the page, the same exception comes up. Each time the exception
>thrown is at a different palce.(i.e for a different ND page)
>I rebooted my m/c thrice, ran a diff ND project but they proj. is runnin
>fine.
>
>I have attched the log file for ur reference.
>Can anybody please help me on this.
>
>Thanks in Advance,
>Prasad
>
> <<Netdyn.txt>>
>
>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]