• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java error

Soapm

Member
I went to a company page but it won't load correctly. I get a blank page with a little yellow marker in the lower right. The details of the error are;

Line : 18
Char: 5
error: Java.lang.classnotfoundexception
code: 0
URL: company site.com

Generally, what is error trying to tell me? Where should i begin looking for the problem?
 
I don't think anything is wrong in that area, or whatever class it is would never have compiled. The problem is that the required class, which was present during compilation, has somehow fallen outside the classpath. Looking at that line would tell you what class is missing.
 
How do i count the lines to tell which is 18?

<html>

<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>TFNM Option 1 Start Page</title>
<link rel="STYLESHEET" href="tfnm992.css" type="text/css">

</head>

<body topmargin="0" onLoad="loadOptions()">
<P>
<SCRIPT LANGUAGE=javascript>

function loadOptions()
{
SceControl1.startSceMainControl("edit", "AEN", "https", "csce.edit.com", "ON");
}

</SCRIPT>

<P>

<OBJECT CLASSID = "clsid:5220CB21-C88D-11cf-B347-00AA00A28331" VIEWASTEXT id="Microsoft_Licensed_Class_Manager_1_0">
<param name="LPKPath" value="AddFlow.LPK">
</OBJECT>

<OBJECT classid="clsid:A30CEB65-D0FA-11D2-BEDB-873D52052A5F" codebase=AddFlow.cab
id=DAddFlow1 style="LEFT: 0px; TOP: 0px" HEIGHT=0 WIDTH=0 VIEWASTEXT>
</OBJECT>

<APPLET HEIGHT=0 WIDTH=0 VIEWASTEXT id=Applet1>
<param name=useslibraryversion value="3,1,0,3">
<param name=useslibrary value="sce">
<param name=useslibrarycodebase value="downloads\sce.cab">
</APPLET>

<APPLET HEIGHT=0 WIDTH=0 VIEWASTEXT id=Applet3>
<param name=useslibraryversion value="2,0,0,4">
<param name=useslibrary value="vsView">
<param name=useslibrarycodebase value="downloads\vsView.cab">
</APPLET>

<OBJECT classid="clsid:72109399-4C4D-11D4-94A7-005004AA807B" codebase="downloads\SceControl.cab#version=3,1,0,3" data=data:application/x-oleobject;base64,mZMQck1M1BGUpwBQBKqAe1BLAQAABHNpemULABNjb20ubXMud2ZjLnVpLlBvaW50CAAAABIAAAAEAAAAAAh0YWJJbmRleAUAAAAAAAR0ZXh0CQAOc2NlQ29udHJvbFRlc3QAAA==
id=SceControl1 style="LEFT: 0px; TOP: 0px" VIEWASTEXT>
</OBJECT>

</P>

</body>
</html>
 
Heh, screw3d had it right. There's probably nothing you can do about it except to alert the owner of the page that it's fubared. What vm are you using?
 
I have the latest from Suns site then I reinstalled XP SP1 because said it would give me microsoft flavor. I guess I wil have to pen a trouble ticket, send them my laptop then wait 6 months to get it back. Our company new way of doing IT may save the company money but we sure loose more in man hours with the time it now takes to get something fixed...

Thanks for all the help...
 
Back
Top